Re: [PATCH v2 1/4] auxdisplay: Add 7 segment LED display driver

From: Randy Dunlap
Date: Tue Feb 27 2024 - 17:14:49 EST


Hi--

On 2/27/24 13:22, Chris Packham wrote:
> diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig
> index d4be0a3695ce..52a245ca0c8d 100644
> --- a/drivers/auxdisplay/Kconfig
> +++ b/drivers/auxdisplay/Kconfig
> @@ -211,6 +211,16 @@ config ARM_CHARLCD
> line and the Linux version on the second line, but that's
> still useful.
>
> +config SEG_LED
> + tristate "Generic 7 segment LED display"

7-segment

> + select LINEDISP
> + help
> + This driver supports a generic 7 segment LED display made up

7-segment

> + of GPIO pins connected to the individual segments.
> +
> + This driver can also be built as a module. If so, the module
> + will be called seg-led.

--
#Randy