Kconfig (36ec807b627b4c0a0a382f0ae48eac7187d14b2b) | Kconfig (8fc38062be3f692ff8816da84fde71972530bcc4) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# For a description of the syntax of this configuration file, 4# see Documentation/kbuild/kconfig-language.rst. 5# 6# Auxiliary display drivers configuration. 7# 8 --- 475 unchanged lines hidden (view full) --- 484 select LINEDISP 485 help 486 Enable this to support the simple ASCII LCD displays found on 487 development boards such as the MIPS Boston, MIPS Malta & MIPS SEAD3 488 from Imagination Technologies. 489 490config HT16K33 491 tristate "Holtek Ht16K33 LED controller with keyscan" | 1# SPDX-License-Identifier: GPL-2.0 2# 3# For a description of the syntax of this configuration file, 4# see Documentation/kbuild/kconfig-language.rst. 5# 6# Auxiliary display drivers configuration. 7# 8 --- 475 unchanged lines hidden (view full) --- 484 select LINEDISP 485 help 486 Enable this to support the simple ASCII LCD displays found on 487 development boards such as the MIPS Boston, MIPS Malta & MIPS SEAD3 488 from Imagination Technologies. 489 490config HT16K33 491 tristate "Holtek Ht16K33 LED controller with keyscan" |
492 depends on FB && I2C && INPUT | 492 depends on FB && I2C && INPUT && BACKLIGHT_CLASS_DEVICE |
493 select FB_SYSMEM_HELPERS 494 select INPUT_MATRIXKMAP 495 select FB_BACKLIGHT 496 select NEW_LEDS 497 select LEDS_CLASS 498 select LINEDISP 499 help 500 Say yes here to add support for Holtek HT16K33, RAM mapping 16*8 --- 50 unchanged lines hidden --- | 493 select FB_SYSMEM_HELPERS 494 select INPUT_MATRIXKMAP 495 select FB_BACKLIGHT 496 select NEW_LEDS 497 select LEDS_CLASS 498 select LINEDISP 499 help 500 Say yes here to add support for Holtek HT16K33, RAM mapping 16*8 --- 50 unchanged lines hidden --- |