Skip to content

Commit

Permalink
Use menuconfig objects II - auxdisplay
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Miguel Ojeda Sandonis <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Jan Engelhardt authored and Linus Torvalds committed Jul 16, 2007
1 parent 6175ecf commit f592096
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions drivers/auxdisplay/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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

0 comments on commit f592096

Please sign in to comment.