auxdisplay: hd44780_common: Fix build error
authorLars Poeschel <poeschel@lemonage.de>
Mon, 9 Nov 2020 09:31:54 +0000 (10:31 +0100)
committerMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Mon, 9 Nov 2020 13:06:27 +0000 (14:06 +0100)
commitffdf726db7fb02a96396dcb8deb7436b4a47dd14
treee163c448688bc621f853563955cdc8b0b57a8511
parent8c9108d014c5bd0f0da2e3544eb45dc56a6da92b
auxdisplay: hd44780_common: Fix build error

When building the hd44780_common driver without a driver that actually
uses it like panel or hd44780 you get a build error, because
hd44780_common uses charlcd, but did not select it. Its 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@infradead.org>
Signed-off-by: Lars Poeschel <poeschel@lemonage.de>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
drivers/auxdisplay/Kconfig