Commit ae210f188614bb3d1ee3f19c64e28e3cdd44877c

Authored by Denis Cheng
Committed by Greg Kroah-Hartman
1 parent c1ebdae514

uio: Kconfig improvements

Signed-off-by: Denis Cheng <crquan@gmail.com>
Signed-off-by: Hans J. Koch <hjk@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

Showing 1 changed file with 5 additions and 5 deletions Side-by-side Diff

1   -menu "Userspace I/O"
2   - depends on !S390
3   -
4   -config UIO
  1 +menuconfig UIO
5 2 tristate "Userspace I/O drivers"
  3 + depends on !S390
6 4 default n
7 5 help
8 6 Enable this to allow the userspace driver core code to be
... ... @@ -13,6 +11,8 @@
13 11  
14 12 If you don't know what to do here, say N.
15 13  
  14 +if UIO
  15 +
16 16 config UIO_CIF
17 17 tristate "generic Hilscher CIF Card driver"
18 18 depends on UIO && PCI
... ... @@ -26,5 +26,5 @@
26 26 To compile this driver as a module, choose M here: the module
27 27 will be called uio_cif.
28 28  
29   -endmenu
  29 +endif