From: Corentin Labbe Date: Thu, 18 Jan 2018 20:13:48 +0000 (+0100) Subject: auxdisplay: img-ascii-lcd: fix typo on select SYSCON/MFD_SYSCON X-Git-Tag: v5.15~8680^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa9d87bd6fa2f3c9881c2faacae6185a96cb2dcd;p=platform%2Fkernel%2Flinux-starfive.git auxdisplay: img-ascii-lcd: fix typo on select SYSCON/MFD_SYSCON img-ascii-lcd select un-existing SYSCON kconfig name. This patch fix this error by using the correct MFD_SYSCON kconfig name. Signed-off-by: Corentin Labbe Signed-off-by: Miguel Ojeda --- diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig index 3cba78d..a0e771c 100644 --- a/drivers/auxdisplay/Kconfig +++ b/drivers/auxdisplay/Kconfig @@ -138,7 +138,7 @@ config IMG_ASCII_LCD tristate "Imagination Technologies ASCII LCD Display" depends on HAS_IOMEM default y if MIPS_MALTA - select SYSCON + select MFD_SYSCON help Enable this to support the simple ASCII LCD displays found on development boards such as the MIPS Boston, MIPS Malta & MIPS SEAD3