Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1737844 > unrolled thread
| Started by | Randy Dunlap <rdunlap@infradead.org> |
|---|---|
| First post | 2017-09-22 22:30 +0200 |
| Last post | 2017-09-25 10:40 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[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
| From | Randy Dunlap <rdunlap@infradead.org> |
|---|---|
| Date | 2017-09-22 22:30 +0200 |
| Subject | [PATCH] auxdisplay: change PANEL to menuconfig |
| Message-ID | <usCKd-28l-5@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| Date | 2017-09-23 13:10 +0200 |
| Message-ID | <usQtQ-2le-11@gated-at.bofh.it> |
| In reply to | #1737844 |
On Fri, Sep 22, 2017 at 10:20 PM, Randy Dunlap <rdunlap@infradead.org> wrote:
> 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>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
[toc] | [prev] | [next] | [standalone]
| From | Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|---|
| Date | 2017-09-25 10:40 +0200 |
| Message-ID | <utx5M-3Sb-15@gated-at.bofh.it> |
| In reply to | #1737844 |
On Fri, 2017-09-22 at 13:20 -0700, Randy Dunlap wrote: > 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> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> It's definitely worth to do, thanks, Randy! > --- > 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 > > -- Andy Shevchenko <andriy.shevchenko@linux.intel.com> Intel Finland Oy
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web