]> git.ipfire.org Git - thirdparty/linux.git/commit - drivers/auxdisplay/Kconfig
auxdisplay: img-ascii-lcd: kconfig: Remove MIPS_SEAD3 reference
authorUlf Magnusson <ulfalizer@gmail.com>
Sat, 10 Feb 2018 14:14:05 +0000 (15:14 +0100)
committerMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Thu, 12 Apr 2018 17:02:41 +0000 (19:02 +0200)
commit0186a092ff5906aade822c3f8a5446fb5d7fa647
tree6bdac0da15d11a9f25528e3d1e725c60f21adac8
parentb1bf6119dc5f83bcdfd917bfcf7d0836f896c50b
auxdisplay: img-ascii-lcd: kconfig: Remove MIPS_SEAD3 reference

Commit 3f5f0a4475e1 ("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: Ulf Magnusson <ulfalizer@gmail.com>
Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
drivers/auxdisplay/Kconfig