projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e89b0a4
)
auxdisplay: Fix duplicate CHARLCD config symbol
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Fri, 22 Jan 2021 16:01:02 +0000
(17:01 +0100)
committer
Miguel Ojeda
<ojeda@kernel.org>
Mon, 25 Jan 2021 21:14:19 +0000
(22:14 +0100)
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>
drivers/auxdisplay/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/auxdisplay/Kconfig
b/drivers/auxdisplay/Kconfig
index a2b59b84bb881c82b06dcd9f1aef6f25304234b4..1509cb74705a30ade4f89e8c2f6af9cb9bacb594 100644
(file)
--- 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