diff options
author | Daniel Mack <daniel@caiaq.de> | 2009-06-24 11:30:25 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-15 12:50:47 -0400 |
commit | 5b2ea2f10dbb2fa91d8033993000f8664309395f (patch) | |
tree | f672e729346acd63ba0cd3e27f72a26cfbaf7ecf /drivers/uio | |
parent | a5b8b1ada6dd76503884f5492b995cd29eefae0f (diff) |
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>
Diffstat (limited to 'drivers/uio')
-rw-r--r-- | drivers/uio/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig index 7f86534de269..45200fd68534 100644 --- a/drivers/uio/Kconfig +++ b/drivers/uio/Kconfig | |||
@@ -1,7 +1,6 @@ | |||
1 | menuconfig UIO | 1 | menuconfig UIO |
2 | tristate "Userspace I/O drivers" | 2 | tristate "Userspace I/O drivers" |
3 | depends on !S390 | 3 | depends on !S390 |
4 | default n | ||
5 | help | 4 | help |
6 | Enable this to allow the userspace driver core code to be | 5 | Enable this to allow the userspace driver core code to be |
7 | built. This code allows userspace programs easy access to | 6 | built. This code allows userspace programs easy access to |
@@ -16,7 +15,6 @@ if UIO | |||
16 | config UIO_CIF | 15 | config UIO_CIF |
17 | tristate "generic Hilscher CIF Card driver" | 16 | tristate "generic Hilscher CIF Card driver" |
18 | depends on PCI | 17 | depends on PCI |
19 | default n | ||
20 | help | 18 | help |
21 | Driver for Hilscher CIF DeviceNet and Profibus cards. This | 19 | Driver for Hilscher CIF DeviceNet and Profibus cards. This |
22 | driver requires a userspace component that handles all of the | 20 | driver requires a userspace component that handles all of the |
@@ -48,7 +46,6 @@ config UIO_PDRV_GENIRQ | |||
48 | 46 | ||
49 | config UIO_SMX | 47 | config UIO_SMX |
50 | tristate "SMX cryptengine UIO interface" | 48 | tristate "SMX cryptengine UIO interface" |
51 | default n | ||
52 | help | 49 | help |
53 | Userspace IO interface to the Cryptography engine found on the | 50 | Userspace IO interface to the Cryptography engine found on the |
54 | Nias Digital SMX boards. These will be available from Q4 2008 | 51 | Nias Digital SMX boards. These will be available from Q4 2008 |
@@ -61,7 +58,6 @@ config UIO_SMX | |||
61 | config UIO_AEC | 58 | config UIO_AEC |
62 | tristate "AEC video timestamp device" | 59 | tristate "AEC video timestamp device" |
63 | depends on PCI | 60 | depends on PCI |
64 | default n | ||
65 | help | 61 | help |
66 | 62 | ||
67 | UIO driver for the Adrienne Electronics Corporation PCI time | 63 | UIO driver for the Adrienne Electronics Corporation PCI time |
@@ -78,7 +74,6 @@ config UIO_AEC | |||
78 | 74 | ||
79 | config UIO_SERCOS3 | 75 | config UIO_SERCOS3 |
80 | tristate "Automata Sercos III PCI card driver" | 76 | tristate "Automata Sercos III PCI card driver" |
81 | default n | ||
82 | help | 77 | help |
83 | Userspace I/O interface for the Sercos III PCI card from | 78 | Userspace I/O interface for the Sercos III PCI card from |
84 | Automata GmbH. The userspace part of this driver will be | 79 | Automata GmbH. The userspace part of this driver will be |