]> asedeno.scripts.mit.edu Git - linux.git/commit
auxdisplay: fix broken menu
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 1 Mar 2018 02:33:03 +0000 (18:33 -0800)
committerMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Thu, 12 Apr 2018 17:02:45 +0000 (19:02 +0200)
commitb5b903fba96a4d1771422efd5c713ebb73f7dc82
tree16670f0e241bf7a1931c09488fbad200bca16c4c
parentb34050fadb86c55d2066ec78a9d05e9809ff5812
auxdisplay: fix broken menu

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>
drivers/auxdisplay/Kconfig