Commit b4561644 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Miguel Ojeda

auxdisplay: Fix duplicate CHARLCD config symbol

A second CHARLCD config symbol was added instead of moving the existing
one.  Fix this by removing the old one.

Fixes: 718e05ed ("auxdisplay: Introduce hd44780_common.[ch]")
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarMiguel Ojeda <ojeda@kernel.org>
parent e89b0a42
...@@ -507,6 +507,3 @@ config PANEL ...@@ -507,6 +507,3 @@ config PANEL
depends on PARPORT depends on PARPORT
select AUXDISPLAY select AUXDISPLAY
select PARPORT_PANEL select PARPORT_PANEL
config CHARLCD
tristate "Character LCD core support" if COMPILE_TEST
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment