diff options
| author | Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com> | 2008-05-31 11:37:27 +0200 | 
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-07-21 21:54:53 -0700 | 
| commit | 934da4766e5f72797118f7c014efaef567a812fc (patch) | |
| tree | 8cfa08a281f048fe52518a40228a32d24e0b6324 | |
| parent | 22454cb99fc39f2629ad06a7eccb3df312f8830e (diff) | |
| download | olio-linux-3.10-934da4766e5f72797118f7c014efaef567a812fc.tar.xz olio-linux-3.10-934da4766e5f72797118f7c014efaef567a812fc.zip  | |
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>
| -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 a4aaab9c7dd..78e139c935e 100644 --- a/drivers/uio/Kconfig +++ b/drivers/uio/Kconfig @@ -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  |