[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <05da18fe-1e45-43db-f6d3-e4f6d50f3296@infradead.org>
Date: Wed, 28 Feb 2018 18:33:20 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>,
Miguel Ojeda Sandonis <miguel.ojeda.sandonis@...il.com>
Cc: Geert Uytterhoeven <geert@...ux-m68k.org>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Subject: [PATCH 2/2] auxdisplay: make PANEL a menuconfig
From: Randy Dunlap <rdunlap@...radead.org>
This change makes xconfig present the PANEL drivers immediately
following the AUXDISPLAY drivers instead of under the major menu
item "Device Drivers". It also unclutters the Device Drivers menu in
nconfig and menuconfig by moving the PANEL drivers to a sub-menu.
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@...il.com>
Acked-by: Geert Uytterhoeven <geert@...ux-m68k.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
---
drivers/auxdisplay/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20180228.orig/drivers/auxdisplay/Kconfig
+++ linux-next-20180228/drivers/auxdisplay/Kconfig
@@ -166,7 +166,7 @@ config ARM_CHARLCD
endif # AUXDISPLAY
-config PANEL
+menuconfig PANEL
tristate "Parallel port LCD/Keypad Panel support"
depends on PARPORT
select CHARLCD
Powered by blists - more mailing lists