aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2021-01-22 17:01:02 +0100
committerMiguel Ojeda <ojeda@kernel.org>2021-01-25 22:14:19 +0100
commitb45616445a6e346daf8a173a0c51413aec067ebb (patch)
tree0ddb00f76f919f6672ef9ae9a383189a0d02d6a4 /drivers/auxdisplay
parentauxdisplay: ht16k33: Fix refresh rate handling (diff)
downloadlinux-dev-b45616445a6e346daf8a173a0c51413aec067ebb.tar.xz
linux-dev-b45616445a6e346daf8a173a0c51413aec067ebb.zip
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 <geert@linux-m68k.org> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'drivers/auxdisplay')
-rw-r--r--drivers/auxdisplay/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig
index a2b59b84bb88..1509cb74705a 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