Lines Matching +full:port +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
63 tristate "Parallel port LCD/Keypad Panel support"
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
77 int "Default parallel port number (0=LPT1)"
81 This is the index of the parallel port the panel is connected to. One
82 driver instance only supports one parallel port, so if your keypad
87 config PANEL_PROFILE
88 int "Default panel profile (0-5, 0=custom)"
99 2 = 2x16 serial LCD (KS-0074), new keypad
105 wired to the parallel port, and how it works. This is only intended
108 config PANEL_KEYPAD
114 This enables and configures a keypad connected to the parallel port.
119 2 : new 6 keys keypad, as used on the server at www.ant-computing.com
125 config PANEL_LCD
131 This enables and configures an LCD connected to the parallel port.
140 3 : 2x16 serial LCD (KS-0074 based)
148 config PANEL_LCD_HEIGHT
150 int "Number of lines on the LCD (1-2)"
157 config PANEL_LCD_WIDTH
159 int "Number of characters per line on the LCD (1-40)"
166 config PANEL_LCD_BWIDTH
168 int "Internal LCD line width (1-40, 40 by default)"
174 to the terminal. This results in some non-visible but addressable characters,
182 config PANEL_LCD_HWIDTH
184 int "Hardware LCD line width (1-64, 64 by default)"
196 config PANEL_LCD_CHARSET
212 config PANEL_LCD_PROTO
219 port. But before assigning signals, the driver needs to know if it will
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
231 This describes the number of the parallel port pin to which the LCD 'E'
236 -1..-17 : connected to the same pin through an inverter (eg: transistor).
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
246 This describes the number of the parallel port pin to which the LCD 'RS'
251 -1..-17 : connected to the same pin through an inverter (eg: transistor).
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
261 This describes the number of the parallel port pin to which the LCD 'RW'
266 -1..-17 : connected to the same pin through an inverter (eg: transistor).
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
276 This describes the number of the parallel port pin to which the serial
281 -1..-17 : connected to the same pin through an inverter (eg: transistor).
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
291 This describes the number of the parallel port pin to which the serial
296 -1..-17 : connected to the same pin through an inverter (eg: transistor).
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
306 This describes the number of the parallel port pin to which the LCD 'BL' signal
311 -1..-17 : connected to the same pin through an inverter (eg: transistor).
317 config PANEL_CHANGE_MESSAGE
329 config PANEL_BOOT_MESSAGE
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
379 Depends on Parallel Port support. If you say Y at
381 and built-in as well (Y).
388 config KS0108_PORT
389 hex "Parallel port where the LCD is connected"
393 The address of the parallel port where the LCD is connected.
395 The first standard parallel port address is 0x378.
396 The second standard parallel port address is 0x278.
397 The third standard parallel port address is 0x3BC.
410 config KS0108_DELAY
416 to the parallel port.
425 config CFAG12864B
432 If you have a Crystalfontz 128x64 2-color LCD, cfag12864b Series,
435 For help about how to wire your LCD to the parallel port,
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"
511 (I2C 7-segment LED display controller):
512 - MAX6958
513 - MAX6959 (input support)
518 config SEG_LED_GPIO
519 tristate "Generic 7-segment LED display"
523 This driver supports a generic 7-segment LED display made up
527 will be called seg-led-gpio.
530 # Character LCD with non-conforming interface section
532 config ARM_CHARLCD
547 config PANEL
548 tristate "Parallel port LCD/Keypad Panel support (OLD OPTION)"