From: Randy Dunlap Date: Thu, 1 Mar 2018 02:33:20 +0000 (-0800) Subject: auxdisplay: make PANEL a menuconfig X-Git-Tag: for-linus-20180616~44^2~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=8e2c3f17f2c29209f4fe670ff5343a01e7fe5a96;p=linux-block.git 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 Acked-by: Geert Uytterhoeven Reviewed-by: Andy Shevchenko Signed-off-by: Miguel Ojeda --- diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig index 836d0f8161a9..57410f9c5d44 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