From eb26a49839cde2f7f9ce15703068be0522fde847 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Fri, 22 Jan 2021 17:01:02 +0100 Subject: [PATCH] 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: c7841577321ae724 ("auxdisplay: Introduce hd44780_common.[ch]") Signed-off-by: Geert Uytterhoeven Signed-off-by: Miguel Ojeda --- drivers/auxdisplay/Kconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig index a2b59b84bb881..1509cb74705a3 100644 --- a/drivers/auxdisplay/Kconfig +++ b/drivers/auxdisplay/Kconfig @@ -507,6 +507,3 @@ config PANEL depends on PARPORT select AUXDISPLAY select PARPORT_PANEL - -config CHARLCD - tristate "Character LCD core support" if COMPILE_TEST -- 2.39.5