Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

UIO: remove 'default n' from Kconfig

'default n' is the default, there is no need for these lines.

Signed-off-by: Daniel Mack <daniel@caiaq.de>
Cc: Hans J. Koch <hjk@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Daniel Mack and committed by
Greg Kroah-Hartman
5b2ea2f1 a5b8b1ad

-5
-5
drivers/uio/Kconfig
··· 1 1 menuconfig UIO 2 2 tristate "Userspace I/O drivers" 3 3 depends on !S390 4 - default n 5 4 help 6 5 Enable this to allow the userspace driver core code to be 7 6 built. This code allows userspace programs easy access to ··· 15 16 config UIO_CIF 16 17 tristate "generic Hilscher CIF Card driver" 17 18 depends on PCI 18 - default n 19 19 help 20 20 Driver for Hilscher CIF DeviceNet and Profibus cards. This 21 21 driver requires a userspace component that handles all of the ··· 46 48 47 49 config UIO_SMX 48 50 tristate "SMX cryptengine UIO interface" 49 - default n 50 51 help 51 52 Userspace IO interface to the Cryptography engine found on the 52 53 Nias Digital SMX boards. These will be available from Q4 2008 ··· 58 61 config UIO_AEC 59 62 tristate "AEC video timestamp device" 60 63 depends on PCI 61 - default n 62 64 help 63 65 64 66 UIO driver for the Adrienne Electronics Corporation PCI time ··· 74 78 75 79 config UIO_SERCOS3 76 80 tristate "Automata Sercos III PCI card driver" 77 - default n 78 81 help 79 82 Userspace I/O interface for the Sercos III PCI card from 80 83 Automata GmbH. The userspace part of this driver will be