Commit f5920969 authored by Jan Engelhardt's avatar Jan Engelhardt Committed by Linus Torvalds

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: default avatarJan Engelhardt <jengelh@gmx.de>
Acked-by: default avatarMiguel Ojeda Sandonis <maxextreme@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 6175ecfe
...@@ -5,8 +5,11 @@ ...@@ -5,8 +5,11 @@
# Auxiliary display drivers configuration. # Auxiliary display drivers configuration.
# #
menu "Auxiliary Display support" menuconfig AUXDISPLAY
depends on PARPORT depends on PARPORT
bool "Auxiliary Display support"
if AUXDISPLAY && PARPORT
config KS0108 config KS0108
tristate "KS0108 LCD Controller" tristate "KS0108 LCD Controller"
...@@ -111,4 +114,5 @@ config CFAG12864B_RATE ...@@ -111,4 +114,5 @@ config CFAG12864B_RATE
If you compile this as a module, you can still override this If you compile this as a module, you can still override this
value using the module parameters. value using the module parameters.
endmenu
endif # AUXDISPLAY
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