Lines Matching +full:custom +full:- +full:output +full:- +full:range +full:- +full:config
1 # SPDX-License-Identifier: GPL-2.0
4 # see Documentation/kbuild/kconfig-language.rst.
22 config CHARLCD
25 This is the base system for character-based LCD displays.
31 config HD44780_COMMON
41 config HD44780
52 config LCD2S
58 from Modtronix engineering as a console output device. The display
67 Say Y here if you have an HD44780 or KS-0074 LCD connected to your
68 parallel port. This driver also features 4 and 6-key keypads. The LCD
76 config PANEL_PARPORT
78 range 0 255
87 config PANEL_PROFILE
88 int "Default panel profile (0-5, 0=custom)"
89 range 0 5
97 0 = custom (see further)
99 2 = 2x16 serial LCD (KS-0074), new keypad
104 Custom configurations allow you to define how your display is
108 config PANEL_KEYPAD
111 range 0 3
119 2 : new 6 keys keypad, as used on the server at www.ant-computing.com
125 config PANEL_LCD
127 int "LCD type (0=none, 1=custom, 2=old //, 3=ks0074, 4=hantronix, 5=Nexcom)"
128 range 0 5
138 1 : custom configuration and wiring (see further)
140 3 : 2x16 serial LCD (KS-0074 based)
148 config PANEL_LCD_HEIGHT
150 int "Number of lines on the LCD (1-2)"
151 range 1 2
154 This is the number of visible character lines on the LCD in custom profile.
157 config PANEL_LCD_WIDTH
159 int "Number of characters per line on the LCD (1-40)"
160 range 1 40
163 This is the number of characters per line on the LCD in custom profile.
166 config PANEL_LCD_BWIDTH
168 int "Internal LCD line width (1-40, 40 by default)"
169 range 1 40
174 to the terminal. This results in some non-visible but addressable characters,
179 This option lets you configure the value used by your LCD in 'custom' profile.
182 config PANEL_LCD_HWIDTH
184 int "Hardware LCD line width (1-64, 64 by default)"
185 range 1 64
196 config PANEL_LCD_CHARSET
199 range 0 1
212 config PANEL_LCD_PROTO
215 range 0 1
225 config PANEL_LCD_PIN_E
227 int "Parallel port pin number & polarity connected to the LCD E signal (-17...17) "
228 range -17 17
236 -1..-17 : connected to the same pin through an inverter (eg: transistor).
238 Default for the 'E' pin in custom profile is '14' (AUTOFEED).
240 config PANEL_LCD_PIN_RS
242 int "Parallel port pin number & polarity connected to the LCD RS signal (-17...17) "
243 range -17 17
251 -1..-17 : connected to the same pin through an inverter (eg: transistor).
253 Default for the 'RS' pin in custom profile is '17' (SELECT IN).
255 config PANEL_LCD_PIN_RW
257 int "Parallel port pin number & polarity connected to the LCD RW signal (-17...17) "
258 range -17 17
266 -1..-17 : connected to the same pin through an inverter (eg: transistor).
268 Default for the 'RW' pin in custom profile is '16' (INIT).
270 config PANEL_LCD_PIN_SCL
272 int "Parallel port pin number & polarity connected to the LCD SCL signal (-17...17) "
273 range -17 17
281 -1..-17 : connected to the same pin through an inverter (eg: transistor).
283 Default for the 'SCL' pin in custom profile is '1' (STROBE).
285 config PANEL_LCD_PIN_SDA
287 int "Parallel port pin number & polarity connected to the LCD SDA signal (-17...17) "
288 range -17 17
296 -1..-17 : connected to the same pin through an inverter (eg: transistor).
298 Default for the 'SDA' pin in custom profile is '2' (D0).
300 config PANEL_LCD_PIN_BL
302 int "Parallel port pin number & polarity connected to the LCD backlight signal (-17...17) "
303 range -17 17
311 -1..-17 : connected to the same pin through an inverter (eg: transistor).
313 Default for the 'BL' pin in custom profile is '0' (uncontrolled).
317 config PANEL_CHANGE_MESSAGE
322 and the driver version with a custom message. This is useful on appliances
329 config PANEL_BOOT_MESSAGE
335 and the driver version with a custom message. This is useful on appliances
340 printf()-formatted message is valid with newline and escape codes.
351 config CHARLCD_BL_OFF
356 config CHARLCD_BL_ON
361 config CHARLCD_BL_FLASH
371 config KS0108
381 and built-in as well (Y).
388 config KS0108_PORT
410 config KS0108_DELAY
425 config CFAG12864B
432 If you have a Crystalfontz 128x64 2-color LCD, cfag12864b Series,
436 check Documentation/admin-guide/auxdisplay/cfag12864b.rst
449 config CFAG12864B_RATE
473 config LINEDISP
476 This is the core support for single-line character displays, to be
479 config IMG_ASCII_LCD
490 config HT16K33
503 config MAX6959
504 tristate "Maxim MAX6958/6959 7-segment LED controller"
510 (I2C 7-segment LED display controller):
511 - MAX6958
512 - MAX6959 (input support)
517 config SEG_LED_GPIO
518 tristate "Generic 7-segment LED display"
522 This driver supports a generic 7-segment LED display made up
526 will be called seg-led-gpio.
529 # Character LCD with non-conforming interface section
531 config ARM_CHARLCD
546 config PANEL