dect
/
linux-2.6
Archived
13
0
Fork 0

Use menuconfig objects II - auxdisplay

Make a "menuconfig" out of the Kconfig objects "menu, ..., endmenu",
so that the user can disable all the options in that menu at once
instead of having to disable each option separately.

Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Acked-by: Miguel Ojeda Sandonis <maxextreme@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Jan Engelhardt 2007-07-15 23:39:26 -07:00 committed by Linus Torvalds
parent 6175ecfed3
commit f5920969fb
1 changed files with 6 additions and 2 deletions

View File

@ -5,8 +5,11 @@
# Auxiliary display drivers configuration.
#
menu "Auxiliary Display support"
menuconfig AUXDISPLAY
depends on PARPORT
bool "Auxiliary Display support"
if AUXDISPLAY && PARPORT
config KS0108
tristate "KS0108 LCD Controller"
@ -111,4 +114,5 @@ config CFAG12864B_RATE
If you compile this as a module, you can still override this
value using the module parameters.
endmenu
endif # AUXDISPLAY