Kconfig (39fe5434cb9de5da40510028b17b96bc4eb312b3) Kconfig (06bfb7eb1535822a3338ffea9918e22215abed90)
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5# Auxiliary display drivers configuration.
6#
7
8menuconfig AUXDISPLAY
9 depends on PARPORT
10 bool "Auxiliary Display support"
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5# Auxiliary display drivers configuration.
6#
7
8menuconfig AUXDISPLAY
9 depends on PARPORT
10 bool "Auxiliary Display support"
11 ---help---
12 Say Y here to get to see options for auxiliary display drivers.
13 This option alone does not add any kernel code.
11
14
15 If you say N, all options in this submenu will be skipped and disabled.
16
12if AUXDISPLAY && PARPORT
13
14config KS0108
15 tristate "KS0108 LCD Controller"
16 depends on PARPORT_PC
17 default n
18 ---help---
19 If you have a LCD controlled by one or more KS0108

--- 99 unchanged lines hidden ---
17if AUXDISPLAY && PARPORT
18
19config KS0108
20 tristate "KS0108 LCD Controller"
21 depends on PARPORT_PC
22 default n
23 ---help---
24 If you have a LCD controlled by one or more KS0108

--- 99 unchanged lines hidden ---