Re: [PATCH] auxdisplay: fix broken menus

2017-09-22 Thread Randy Dunlap
On 09/22/17 13:17, Geert Uytterhoeven wrote: > Hi Randy, > > On Fri, Sep 22, 2017 at 10:08 PM, Randy Dunlap wrote: >> On 09/22/17 12:46, Geert Uytterhoeven wrote: >>> On Fri, Sep 22, 2017 at 8:23 PM, Randy Dunlap wrote: On 09/22/17 11:15, Geert Uytterhoeven wrote: > On Fri, Sep 22, 2017

Re: [PATCH] auxdisplay: fix broken menus

2017-09-22 Thread Geert Uytterhoeven
Hi Randy, On Fri, Sep 22, 2017 at 10:08 PM, Randy Dunlap wrote: > On 09/22/17 12:46, Geert Uytterhoeven wrote: >> On Fri, Sep 22, 2017 at 8:23 PM, Randy Dunlap wrote: >>> On 09/22/17 11:15, Geert Uytterhoeven wrote: On Fri, Sep 22, 2017 at 6:24 PM, Randy Dunlap wrote: > From: Ran

Re: [PATCH] auxdisplay: fix broken menus

2017-09-22 Thread Randy Dunlap
On 09/22/17 12:46, Geert Uytterhoeven wrote: > Hi Randy, > > On Fri, Sep 22, 2017 at 8:23 PM, Randy Dunlap wrote: >> On 09/22/17 11:15, Geert Uytterhoeven wrote: >>> On Fri, Sep 22, 2017 at 6:24 PM, Randy Dunlap wrote: From: Randy Dunlap Having the CHARLCD Kconfig symbol between

Re: [PATCH] auxdisplay: fix broken menus

2017-09-22 Thread Geert Uytterhoeven
Hi Randy, On Fri, Sep 22, 2017 at 8:23 PM, Randy Dunlap wrote: > On 09/22/17 11:15, Geert Uytterhoeven wrote: >> On Fri, Sep 22, 2017 at 6:24 PM, Randy Dunlap wrote: >>> From: Randy Dunlap >>> >>> Having the CHARLCD Kconfig symbol between "menuconfig AUXDISPLAY" >>> and "if AUXDISPLAY" breaks t

Re: [PATCH] auxdisplay: fix broken menus

2017-09-22 Thread Randy Dunlap
On 09/22/17 11:15, Geert Uytterhoeven wrote: > Hi Randy, > > On Fri, Sep 22, 2017 at 6:24 PM, Randy Dunlap wrote: >> From: Randy Dunlap >> >> Having the CHARLCD Kconfig symbol between "menuconfig AUXDISPLAY" >> and "if AUXDISPLAY" breaks the AUXDISPLAY submenus, so move the >> CHARLCD Kconfig sy

Re: [PATCH] auxdisplay: fix broken menus

2017-09-22 Thread Geert Uytterhoeven
Hi Randy, On Fri, Sep 22, 2017 at 6:24 PM, Randy Dunlap wrote: > From: Randy Dunlap > > Having the CHARLCD Kconfig symbol between "menuconfig AUXDISPLAY" > and "if AUXDISPLAY" breaks the AUXDISPLAY submenus, so move the > CHARLCD Kconfig symbol above the "menuconfig" so that the menu > display i

[PATCH] auxdisplay: fix broken menus

2017-09-22 Thread Randy Dunlap
From: Randy Dunlap Having the CHARLCD Kconfig symbol between "menuconfig AUXDISPLAY" and "if AUXDISPLAY" breaks the AUXDISPLAY submenus, so move the CHARLCD Kconfig symbol above the "menuconfig" so that the menu display is continuous. Fixes: 39f8ea46724e (auxdisplay: charlcd: Extract character L