Re: [PATCH v2 02/32] auxdisplay: Introduce hd44780_common.[ch]

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


Hi,

On 9/21/20 7:46 AM, poeschel@xxxxxxxxxxx wrote:
> diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig
> index 81757eeded68..153fa426ae7d 100644
> --- a/drivers/auxdisplay/Kconfig
> +++ b/drivers/auxdisplay/Kconfig
> @@ -14,12 +14,31 @@ menuconfig AUXDISPLAY
>
> If you say N, all options in this submenu will be skipped and disabled.
>
> +config CHARLCD
> + tristate "Character LCD core support" if COMPILE_TEST
> + help
> + This is the base system for character based lcd displays.

character-based LCD

> + It makes no sense to have this alone, you select your display driver
> + and if it needs the charlcd core, it will select it automatically.
> + This is some character lcd core interface that multiple drivers can

LCD

> + use.
> +
> +config HD44780_COMMON
> + tristate "Common functions for HD44780 (and compatibles) LCD displays" if COMPILE_TEST
> + help
> + This is a module with the common symbols for HD44780 (and compatibles)
> + displays. This is the code that multiple other modules use. It is not
> + useful alone. If you have some sort of HD44780 compatible display,
> + you very likely use this. It is selected automatically by selecting
> + your concrete display.


thanks.
--
~Randy