2 # For a description of the syntax of this configuration file,
3 # see Documentation/kbuild/kconfig-language.txt.
5 # Auxiliary display drivers configuration.
8 menu "Auxiliary Display support"
11 tristate "KS0108 LCD Controller"
15 If you have a LCD controlled by one or more KS0108
16 controllers, say Y. You will need also another more specific
19 Depends on Parallel Port support. If you say Y at
20 parport, you will be able to compile this as a module (M)
21 and built-in as well (Y).
23 To compile this as a module, choose M here:
24 the module will be called ks0108.
29 hex "Parallel port where the LCD is connected"
33 The address of the parallel port where the LCD is connected.
35 The first standard parallel port address is 0x378.
36 The second standard parallel port address is 0x278.
37 The third standard parallel port address is 0x3BC.
39 You can specify a different address if you need.
41 If you don't know what I'm talking about, load the parport module,
42 and execute "dmesg" or "cat /proc/ioports". You can see there how
43 many parallel ports are present and which address each one has.
45 Usually you only need to use 0x378.
47 If you compile this as a module, you can still override this
48 using the module parameters.
51 int "Delay between each control writing (microseconds)"
55 Amount of time the ks0108 should wait between each control write
58 If your driver seems to miss random writings, increment this.
60 If you don't know what I'm talking about, ignore it.
62 If you compile this as a module, you can still override this
63 value using the module parameters.
66 tristate "CFAG12864B LCD"
72 If you have a Crystalfontz 128x64 2-color LCD, cfag12864b Series,
73 say Y. You also need the ks0108 LCD Controller driver.
75 For help about how to wire your LCD to the parallel port,
76 check Documentation/auxdisplay/cfag12864b
78 Depends on the x86 arch and the framebuffer support.
80 The LCD framebuffer driver can be attached to a console.
81 It will work fine. However, you can't attach it to the fbdev driver
84 To compile this as a module, choose M here:
85 the modules will be called cfag12864b and cfag12864bfb.
89 config CFAG12864B_RATE
90 int "Refresh rate (hertz)"
94 Refresh rate of the LCD.
96 As the LCD is not memory mapped, the driver has to make the work by
97 software. This means you should be careful setting this value higher.
98 If your CPUs are really slow or you feel the system is slowed down,
101 Be careful modifying this value to a very high value:
102 You can freeze the computer, or the LCD maybe can't draw as fast as you
105 If you don't know what I'm talking about, ignore it.
107 If you compile this as a module, you can still override this
108 value using the module parameters.