From: Geert Uytterhoeven Date: Fri, 22 Jan 2021 16:01:02 +0000 (+0100) Subject: auxdisplay: Fix duplicate CHARLCD config symbol X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b45616445a6e346daf8a173a0c51413aec067ebb;p=linux.git 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: 718e05ed92ecac0d ("auxdisplay: Introduce hd44780_common.[ch]") Signed-off-by: Geert Uytterhoeven Signed-off-by: Miguel Ojeda --- 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