Kconfig (39f8ea46724efbed3ca021863a22337c31be264c) Kconfig (d47d88361feea2ce11f39bd70467ffc19a61d2d3)
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

--- 4 unchanged lines hidden (view full) ---

13
14 If you say N, all options in this submenu will be skipped and disabled.
15
16config CHARLCD
17 tristate "Character LCD core support" if COMPILE_TEST
18
19if AUXDISPLAY
20
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

--- 4 unchanged lines hidden (view full) ---

13
14 If you say N, all options in this submenu will be skipped and disabled.
15
16config CHARLCD
17 tristate "Character LCD core support" if COMPILE_TEST
18
19if AUXDISPLAY
20
21config HD44780
22 tristate "HD44780 Character LCD support"
23 depends on GPIOLIB || COMPILE_TEST
24 select CHARLCD
25 ---help---
26 Enable support for Character LCDs using a HD44780 controller.
27 The LCD is accessible through the /dev/lcd char device (10, 156).
28 This code can either be compiled as a module, or linked into the
29 kernel and started at boot.
30 If you don't understand what all this is about, say N.
31
21config KS0108
22 tristate "KS0108 LCD Controller"
23 depends on PARPORT_PC
24 default n
25 ---help---
26 If you have a LCD controlled by one or more KS0108
27 controllers, say Y. You will need also another more specific
28 driver for your LCD.

--- 119 unchanged lines hidden ---
32config KS0108
33 tristate "KS0108 LCD Controller"
34 depends on PARPORT_PC
35 default n
36 ---help---
37 If you have a LCD controlled by one or more KS0108
38 controllers, say Y. You will need also another more specific
39 driver for your LCD.

--- 119 unchanged lines hidden ---