Commit 934da476 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Greg Kroah-Hartman

UIO: fix UIO Kconfig dependencies

ae210f18 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: default avatarUwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Signed-off-by: default avatarHans J. Koch <hjk@linutronix.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 22454cb9
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment