diff options
author | Lars Poeschel | 2020-11-03 10:58:28 +0100 |
---|---|---|
committer | Miguel Ojeda | 2020-11-04 11:04:05 +0100 |
commit | 8c9108d014c5bd0f0da2e3544eb45dc56a6da92b (patch) | |
tree | 8a448927cf112507d91def1b87b9265cd7eea186 /drivers/auxdisplay/Kconfig | |
parent | 1741b014bd5556219fc9312a9401cad7aa364385 (diff) |
auxdisplay: add a driver for lcd2s character display
This driver allows to use a lcd2s 20x4 character display from Modtronix
engineering as an auxdisplay charlcd device.
Signed-off-by: Lars Poeschel <poeschel@lemonage.de>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'drivers/auxdisplay/Kconfig')
-rw-r--r-- | drivers/auxdisplay/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig index aaf2d66357a1..a69623124a26 100644 --- a/drivers/auxdisplay/Kconfig +++ b/drivers/auxdisplay/Kconfig @@ -173,6 +173,16 @@ config HT16K33 Say yes here to add support for Holtek HT16K33, RAM mapping 16*8 LED controller driver with keyscan. +config LCD2S + tristate "lcd2s 20x4 character display over I2C console" + depends on I2C + select CHARLCD + help + This is a driver that lets you use the lcd2s 20x4 character display + from Modtronix engineering as a console output device. The display + is a simple single color character display. You have to connect it + to an I2C bus. + config ARM_CHARLCD bool "ARM Ltd. Character LCD Driver" depends on PLAT_VERSATILE |