diff options
author | Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com> | 2008-05-31 05:37:27 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-07-22 00:54:53 -0400 |
commit | 934da4766e5f72797118f7c014efaef567a812fc (patch) | |
tree | 8cfa08a281f048fe52518a40228a32d24e0b6324 /drivers/uio | |
parent | 22454cb99fc39f2629ad06a7eccb3df312f8830e (diff) |
UIO: fix UIO Kconfig dependencies
ae210f188614bb3d1ee3f19c64e28e3cdd44877c introduced a big "if UIO"/"endif"
where all uio drivers are defined. So know there is no need for them to
depend explicitly on UIO.
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Signed-off-by: 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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig index a4aaab9c7ddc..78e139c935eb 100644 --- a/drivers/uio/Kconfig +++ b/drivers/uio/Kconfig | |||
@@ -15,7 +15,7 @@ if UIO | |||
15 | 15 | ||
16 | config UIO_CIF | 16 | config UIO_CIF |
17 | tristate "generic Hilscher CIF Card driver" | 17 | tristate "generic Hilscher CIF Card driver" |
18 | depends on UIO && PCI | 18 | depends on PCI |
19 | default n | 19 | default n |
20 | help | 20 | help |
21 | Driver for Hilscher CIF DeviceNet and Profibus cards. This | 21 | Driver for Hilscher CIF DeviceNet and Profibus cards. This |
@@ -28,7 +28,6 @@ config UIO_CIF | |||
28 | 28 | ||
29 | config UIO_SMX | 29 | config UIO_SMX |
30 | tristate "SMX cryptengine UIO interface" | 30 | tristate "SMX cryptengine UIO interface" |
31 | depends on UIO | ||
32 | default n | 31 | default n |
33 | help | 32 | help |
34 | Userspace IO interface to the Cryptography engine found on the | 33 | Userspace IO interface to the Cryptography engine found on the |