Skip to content

Commit

Permalink
UIO: fix UIO Kconfig dependencies
Browse files Browse the repository at this point in the history
ae210f1 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>
  • Loading branch information
Uwe Kleine-König authored and Greg Kroah-Hartman committed Jul 22, 2008
1 parent 22454cb commit 934da47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/uio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 934da47

Please sign in to comment.