diff options
Diffstat (limited to 'drivers/auxdisplay/Kconfig')
-rw-r--r-- | drivers/auxdisplay/Kconfig | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig index ea4fe3e48f33..de2fcce10ba5 100644 --- a/drivers/auxdisplay/Kconfig +++ b/drivers/auxdisplay/Kconfig | |||
@@ -5,8 +5,11 @@ | |||
5 | # Auxiliary display drivers configuration. | 5 | # Auxiliary display drivers configuration. |
6 | # | 6 | # |
7 | 7 | ||
8 | menu "Auxiliary Display support" | 8 | menuconfig AUXDISPLAY |
9 | depends on PARPORT | 9 | depends on PARPORT |
10 | bool "Auxiliary Display support" | ||
11 | |||
12 | if AUXDISPLAY && PARPORT | ||
10 | 13 | ||
11 | config KS0108 | 14 | config KS0108 |
12 | tristate "KS0108 LCD Controller" | 15 | tristate "KS0108 LCD Controller" |
@@ -111,4 +114,5 @@ config CFAG12864B_RATE | |||
111 | 114 | ||
112 | If you compile this as a module, you can still override this | 115 | If you compile this as a module, you can still override this |
113 | value using the module parameters. | 116 | value using the module parameters. |
114 | endmenu | 117 | |
118 | endif # AUXDISPLAY | ||