summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2018-02-28 18:33:20 -0800
committerMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>2018-04-12 19:02:45 +0200
commit8e2c3f17f2c29209f4fe670ff5343a01e7fe5a96 (patch)
treebaed5cad76030a60617c043b088ee9b4efb0aab0 /drivers
parentb5b903fba96a4d1771422efd5c713ebb73f7dc82 (diff)
downloadlinux-0-day-8e2c3f17f2c29209f4fe670ff5343a01e7fe5a96.tar.gz
linux-0-day-8e2c3f17f2c29209f4fe670ff5343a01e7fe5a96.tar.xz
auxdisplay: make PANEL a menuconfig
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@infradead.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/auxdisplay/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig
index 836d0f8161a9e..57410f9c5d44c 100644
--- a/drivers/auxdisplay/Kconfig
+++ b/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