diff options
| author | Paul Burton <[email protected]> | 2016-08-26 15:17:47 +0100 |
|---|---|---|
| committer | Ralf Baechle <[email protected]> | 2016-10-06 16:56:02 +0200 |
| commit | eb42d760db2ea8ab16f10e320a7a8bfff331307f (patch) | |
| tree | 0c4f10fd86380c5020266184bf05849a5071a0a5 /drivers/video/fbdev/Kconfig | |
| parent | ec5218a23c470aad28be13362d11fd7886445866 (diff) | |
FBDEV: cobalt_lcdfb: Drop SEAD3 support
The SEAD3 board no longer uses the cobalt_lcdfb driver, so remove the
SEAD3-specific code from it.
Signed-off-by: Paul Burton <[email protected]>
Acked-by: Tomi Valkeinen <[email protected]>
Cc: Ondrej Zary <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Robert Jarzmik <[email protected]>
Cc: Maciej W. Rozycki <[email protected]>
Cc: Ezequiel Garcia <[email protected]>
Cc: Tomi Valkeinen <[email protected]>
Cc: Jean-Christophe Plagniol-Villard <[email protected]>
Cc: Geert Uytterhoeven <[email protected]>
Cc: Simon Horman <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/14060/
Signed-off-by: Ralf Baechle <[email protected]>
Diffstat (limited to 'drivers/video/fbdev/Kconfig')
| -rw-r--r-- | drivers/video/fbdev/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig index 88b008fb8a4e..914bfb2f176b 100644 --- a/drivers/video/fbdev/Kconfig +++ b/drivers/video/fbdev/Kconfig @@ -2183,7 +2183,7 @@ config FB_GOLDFISH config FB_COBALT tristate "Cobalt server LCD frame buffer support" - depends on FB && (MIPS_COBALT || MIPS_SEAD3) + depends on FB && MIPS_COBALT config FB_SH7760 bool "SH7760/SH7763/SH7720/SH7721 LCDC support" |