Re: [PATCH] auxdisplay: change PANEL to menuconfig

2017-09-25 Thread Andy Shevchenko
On Fri, 2017-09-22 at 13:20 -0700, Randy Dunlap wrote:
> From: Randy Dunlap 
> 
> 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 
> Cc: Andy Shevchenko 

Reviewed-by: Andy Shevchenko 

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 
Intel Finland Oy


Re: [PATCH] auxdisplay: change PANEL to menuconfig

2017-09-25 Thread Andy Shevchenko
On Fri, 2017-09-22 at 13:20 -0700, Randy Dunlap wrote:
> From: Randy Dunlap 
> 
> 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 
> Cc: Andy Shevchenko 

Reviewed-by: Andy Shevchenko 

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 
Intel Finland Oy


Re: [PATCH] auxdisplay: change PANEL to menuconfig

2017-09-23 Thread Geert Uytterhoeven
On Fri, Sep 22, 2017 at 10:20 PM, Randy Dunlap  wrote:
> From: Randy Dunlap 
>
> 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 
> Cc: Andy Shevchenko 

Acked-by: Geert Uytterhoeven 

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@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


Re: [PATCH] auxdisplay: change PANEL to menuconfig

2017-09-23 Thread Geert Uytterhoeven
On Fri, Sep 22, 2017 at 10:20 PM, Randy Dunlap  wrote:
> From: Randy Dunlap 
>
> 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 
> Cc: Andy Shevchenko 

Acked-by: Geert Uytterhoeven 

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@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


[PATCH] auxdisplay: change PANEL to menuconfig

2017-09-22 Thread Randy Dunlap
From: Randy Dunlap 

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 
Cc: Andy Shevchenko 
---
 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




[PATCH] auxdisplay: change PANEL to menuconfig

2017-09-22 Thread Randy Dunlap
From: Randy Dunlap 

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 
Cc: Andy Shevchenko 
---
 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