diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2021-01-22 17:01:02 +0100 |
---|---|---|
committer | Miguel Ojeda <ojeda@kernel.org> | 2021-01-25 22:14:19 +0100 |
commit | b45616445a6e346daf8a173a0c51413aec067ebb (patch) | |
tree | 0ddb00f76f919f6672ef9ae9a383189a0d02d6a4 /drivers/auxdisplay | |
parent | e89b0a426721a8ca5971bc8d70aa5ea35c020f90 (diff) | |
download | linux-b45616445a6e346daf8a173a0c51413aec067ebb.tar.gz linux-b45616445a6e346daf8a173a0c51413aec067ebb.tar.bz2 linux-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/Kconfig | 3 |
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 |