Commit 0186a092 authored by Ulf Magnusson's avatar Ulf Magnusson Committed by Miguel Ojeda

auxdisplay: img-ascii-lcd: kconfig: Remove MIPS_SEAD3 reference

Commit 3f5f0a44 ("MIPS: generic: Convert SEAD-3 to a generic board")
removed the MIPS_SEAD3 symbol and moved the setting of IMG_ASCII_LCD to
the board-sead-3.config defconfig file, but IMG_ASCII_LCD still
references the removed MIPS_SEAD3 symbol.

Remove the reference.

Discovered with the
https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py
script.
Signed-off-by: default avatarUlf Magnusson <ulfalizer@gmail.com>
Signed-off-by: default avatarMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>
parent b1bf6119
...@@ -137,7 +137,7 @@ config CFAG12864B_RATE ...@@ -137,7 +137,7 @@ config CFAG12864B_RATE
config IMG_ASCII_LCD config IMG_ASCII_LCD
tristate "Imagination Technologies ASCII LCD Display" tristate "Imagination Technologies ASCII LCD Display"
depends on HAS_IOMEM depends on HAS_IOMEM
default y if MIPS_MALTA || MIPS_SEAD3 default y if MIPS_MALTA
select SYSCON select SYSCON
help help
Enable this to support the simple ASCII LCD displays found on Enable this to support the simple ASCII LCD displays found on
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment