]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
auxdisplay: fix broken menu
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 1 Mar 2018 02:33:03 +0000 (18:33 -0800)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Mon, 14 Jan 2019 09:28:55 +0000 (09:28 +0000)
commit470b655cf099f878495f89db86d01642fa5d6b6d
treeff17b9bfbe78c14ca0cab1d6f1adbbf2593aa70f
parent83d19c06bfb60c784ee2bcae189c550003ce8f89
auxdisplay: fix broken menu

BugLink: http://bugs.launchpad.net/bugs/1807469
commit b5b903fba96a4d1771422efd5c713ebb73f7dc82 upstream.

Having the CHARLCD Kconfig symbol between "menuconfig AUXDISPLAY"
and "if AUXDISPLAY" breaks the AUXDISPLAY submenus, so move the
CHARLCD Kconfig symbol near the end of the file so that the menu
display is continuous.

Also include ARM_CHARLCD inside of the if AUXDISPLAY/endif block.
Geert says that it should be there.

Fixes: 39f8ea46724e ("auxdisplay: charlcd: Extract character LCD core from misc/panel")
Cc: stable@vger.kernel.org # v4.12
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/auxdisplay/Kconfig