2 # For a description of the syntax of this configuration file,
3 # see Documentation/kbuild/kconfig-language.txt.
5 # Auxiliary display drivers configuration.
9 bool "Auxiliary Display support"
11 Say Y here to get to see options for auxiliary display drivers.
12 This option alone does not add any kernel code.
14 If you say N, all options in this submenu will be skipped and disabled.
19 tristate "KS0108 LCD Controller"
23 If you have a LCD controlled by one or more KS0108
24 controllers, say Y. You will need also another more specific
27 Depends on Parallel Port support. If you say Y at
28 parport, you will be able to compile this as a module (M)
29 and built-in as well (Y).
31 To compile this as a module, choose M here:
32 the module will be called ks0108.
37 hex "Parallel port where the LCD is connected"
41 The address of the parallel port where the LCD is connected.
43 The first standard parallel port address is 0x378.
44 The second standard parallel port address is 0x278.
45 The third standard parallel port address is 0x3BC.
47 You can specify a different address if you need.
49 If you don't know what I'm talking about, load the parport module,
50 and execute "dmesg" or "cat /proc/ioports". You can see there how
51 many parallel ports are present and which address each one has.
53 Usually you only need to use 0x378.
55 If you compile this as a module, you can still override this
56 using the module parameters.
59 int "Delay between each control writing (microseconds)"
63 Amount of time the ks0108 should wait between each control write
66 If your LCD seems to miss random writings, increment this.
68 If you don't know what I'm talking about, ignore it.
70 If you compile this as a module, you can still override this
71 value using the module parameters.
74 tristate "CFAG12864B LCD"
78 select FB_SYS_FILLRECT
79 select FB_SYS_COPYAREA
80 select FB_SYS_IMAGEBLIT
84 If you have a Crystalfontz 128x64 2-color LCD, cfag12864b Series,
85 say Y. You also need the ks0108 LCD Controller driver.
87 For help about how to wire your LCD to the parallel port,
88 check Documentation/auxdisplay/cfag12864b
90 Depends on the x86 arch and the framebuffer support.
92 The LCD framebuffer driver can be attached to a console.
93 It will work fine. However, you can't attach it to the fbdev driver
96 To compile this as a module, choose M here:
97 the modules will be called cfag12864b and cfag12864bfb.
101 config CFAG12864B_RATE
102 int "Refresh rate (hertz)"
103 depends on CFAG12864B
106 Refresh rate of the LCD.
108 As the LCD is not memory mapped, the driver has to make the work by
109 software. This means you should be careful setting this value higher.
110 If your CPUs are really slow or you feel the system is slowed down,
113 Be careful modifying this value to a very high value:
114 You can freeze the computer, or the LCD maybe can't draw as fast as you
117 If you don't know what I'm talking about, ignore it.
119 If you compile this as a module, you can still override this
120 value using the module parameters.