Re: [PATCH v2 33/33] auxdisplay: add a driver for lcd2s character display

From: Randy Dunlap
Date: Mon Sep 21 2020 - 11:33:39 EST


On 9/21/20 7:46 AM, poeschel@xxxxxxxxxxx wrote:
> diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig
> index 153fa426ae7d..9c338af59589 100644
> --- a/drivers/auxdisplay/Kconfig
> +++ b/drivers/auxdisplay/Kconfig
> @@ -173,6 +173,17 @@ 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
> + default n

Drop "default n". That is already the default.

> + help
> + This is a driver that lets you use the lcd2s 20x4 character display
> + from modtronix engineering as a console output device. The display

Modtronix

> + is a simple single color character display. You have to connect it
> + to an I2C bus.

thanks.
--
~Randy