[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210122160102.2877424-1-geert@linux-m68k.org>
Date: Fri, 22 Jan 2021 17:01:02 +0100
From: Geert Uytterhoeven <geert@...ux-m68k.org>
To: Lars Poeschel <poeschel@...onage.de>,
Miguel Ojeda Sandonis <miguel.ojeda.sandonis@...il.com>
Cc: Willy Tarreau <w@....eu>, Miguel Ojeda <ojeda@...nel.org>,
Randy Dunlap <rdunlap@...radead.org>,
linux-kernel@...r.kernel.org,
Geert Uytterhoeven <geert@...ux-m68k.org>
Subject: [PATCH] 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@...ux-m68k.org>
---
drivers/auxdisplay/Kconfig | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig
index a2b59b84bb881c82..1509cb74705a30ad 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
--
2.25.1
Powered by blists - more mailing lists