UIO: fix UIO Kconfig dependencies
ae210f1886
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>
This commit is contained in:
Родитель
22454cb99f
Коммит
934da4766e
|
@ -15,7 +15,7 @@ if UIO
|
|||
|
||||
config UIO_CIF
|
||||
tristate "generic Hilscher CIF Card driver"
|
||||
depends on UIO && PCI
|
||||
depends on PCI
|
||||
default n
|
||||
help
|
||||
Driver for Hilscher CIF DeviceNet and Profibus cards. This
|
||||
|
@ -28,7 +28,6 @@ config UIO_CIF
|
|||
|
||||
config UIO_SMX
|
||||
tristate "SMX cryptengine UIO interface"
|
||||
depends on UIO
|
||||
default n
|
||||
help
|
||||
Userspace IO interface to the Cryptography engine found on the
|
||||
|
|
Загрузка…
Ссылка в новой задаче