Skip to content

Commit

Permalink
auxdisplay: Fix duplicate CHARLCD config symbol
Browse files Browse the repository at this point in the history
[ Upstream commit b456164 ]

A second CHARLCD config symbol was added instead of moving the existing
one.  Fix this by removing the old one.

Fixes: 718e05e ("auxdisplay: Introduce hd44780_common.[ch]")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
geertu authored and gregkh committed Mar 4, 2021
1 parent 6d6dfea commit 828e8e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/auxdisplay/Kconfig
Expand Up @@ -507,6 +507,3 @@ config PANEL
depends on PARPORT
select AUXDISPLAY
select PARPORT_PANEL

config CHARLCD
tristate "Character LCD core support" if COMPILE_TEST

0 comments on commit 828e8e6

Please sign in to comment.