diff options
author | Lars Poeschel <poeschel@lemonage.de> | 2020-11-09 12:31:54 +0300 |
---|---|---|
committer | Miguel Ojeda <miguel.ojeda.sandonis@gmail.com> | 2020-11-09 16:06:27 +0300 |
commit | ffdf726db7fb02a96396dcb8deb7436b4a47dd14 (patch) | |
tree | e163c448688bc621f853563955cdc8b0b57a8511 /kernel/stacktrace.c | |
parent | 8c9108d014c5bd0f0da2e3544eb45dc56a6da92b (diff) | |
download | linux-ffdf726db7fb02a96396dcb8deb7436b4a47dd14.tar.xz |
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>
Diffstat (limited to 'kernel/stacktrace.c')
0 files changed, 0 insertions, 0 deletions