[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7239765f-bcbe-2149-e38a-bd03e33a7099@infradead.org>
Date: Mon, 21 Sep 2020 08:30:23 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: poeschel@...onage.de,
Miguel Ojeda Sandonis <miguel.ojeda.sandonis@...il.com>,
Willy Tarreau <willy@...roxy.com>,
Ksenija Stanojevic <ksenija.stanojevic@...il.com>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2 02/32] auxdisplay: Introduce hd44780_common.[ch]
Hi,
On 9/21/20 7:46 AM, poeschel@...onage.de 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
Powered by blists - more mailing lists