Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1737844
| From | Randy Dunlap <rdunlap@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] auxdisplay: change PANEL to menuconfig |
| Date | 2017-09-22 22:30 +0200 |
| Message-ID | <usCKd-28l-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Randy Dunlap <rdunlap@infradead.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@infradead.org> Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com> --- drivers/auxdisplay/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- lnx-414-rc1.orig/drivers/auxdisplay/Kconfig +++ lnx-414-rc1/drivers/auxdisplay/Kconfig @@ -167,7 +167,7 @@ config ARM_CHARLCD line and the Linux version on the second line, but that's still useful. -config PANEL +menuconfig PANEL tristate "Parallel port LCD/Keypad Panel support" depends on PARPORT select CHARLCD
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] auxdisplay: change PANEL to menuconfig Randy Dunlap <rdunlap@infradead.org> - 2017-09-22 22:30 +0200 Re: [PATCH] auxdisplay: change PANEL to menuconfig Geert Uytterhoeven <geert@linux-m68k.org> - 2017-09-23 13:10 +0200 Re: [PATCH] auxdisplay: change PANEL to menuconfig Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-09-25 10:40 +0200
csiph-web