diff options
author | Corentin Labbe <clabbe.montjoie@gmail.com> | 2018-01-18 21:13:48 +0100 |
---|---|---|
committer | Miguel Ojeda <miguel.ojeda.sandonis@gmail.com> | 2018-04-12 19:02:41 +0200 |
commit | aa9d87bd6fa2f3c9881c2faacae6185a96cb2dcd (patch) | |
tree | 29d5545d44796e1fbe22bf450c589903ef5df4f3 /drivers/auxdisplay | |
parent | 0186a092ff5906aade822c3f8a5446fb5d7fa647 (diff) |
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 <clabbe.montjoie@gmail.com>
Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Diffstat (limited to 'drivers/auxdisplay')
-rw-r--r-- | drivers/auxdisplay/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig index 3cba78d36eec..a0e771c6ae4b 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 |