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

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
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -507,6 +507,3 @@ config PANEL
	depends on PARPORT
	select AUXDISPLAY
	select PARPORT_PANEL

config CHARLCD
	tristate "Character LCD core support" if COMPILE_TEST