Re: [PATCH] auxdisplay: hd44780_common: Fix build error

From: Miguel Ojeda
Date: Mon Nov 09 2020 - 04:45:24 EST


On Mon, Nov 9, 2020 at 10:32 AM <poeschel@xxxxxxxxxxx> wrote:
>
> From: Lars Poeschel <poeschel@xxxxxxxxxxx>
>
> When building the hd44780_common driver without a driver that actually
> uses it like panel or hd44780 you got a build error, because
> hd44780_common uses charlcd, but did not select it. It's users did
> select it.
> This is fixed now. hd4478_common now selects charlcd in Kconfig and
> panel and hd44780 do not. They only select hd44780_common.
>
> Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> Signed-off-by: Lars Poeschel <poeschel@xxxxxxxxxxx>

Thanks Lars, I'm picking it up.

Cheers,
Miguel