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

Randy Dunlap rdunlap at infradead.org
Tue Feb 27 14:13:32 PST 2024


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



More information about the linux-arm-kernel mailing list