diff options
author | Steven J. Hill <sjhill@mips.com> | 2012-04-18 10:13:51 -0400 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-04-29 15:34:05 -0400 |
commit | 13f36e9ea0f1419039763e7ba947fccd7f4b5a41 (patch) | |
tree | 03492958965202b57a11406efe3b4744e2009068 /drivers/video/Kconfig | |
parent | d313a86d2efb2c5568832389663322e93e291c59 (diff) |
cobalt_lcdfb: LCD panel framebuffer support for SEAD-3 platform.
Add support for LCD panel on MIPS SEAD-3 development platform.
Signed-off-by: Douglas Leung <douglas@mips.com>
Signed-off-by: Chris Dearman <chris@mips.com>
Signed-off-by: Steven J. Hill <sjhill@mips.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index a290be51a1f4..edc2a22d289e 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -2210,7 +2210,7 @@ config FB_XILINX | |||
2210 | 2210 | ||
2211 | config FB_COBALT | 2211 | config FB_COBALT |
2212 | tristate "Cobalt server LCD frame buffer support" | 2212 | tristate "Cobalt server LCD frame buffer support" |
2213 | depends on FB && MIPS_COBALT | 2213 | depends on FB && (MIPS_COBALT || MIPS_SEAD3) |
2214 | 2214 | ||
2215 | config FB_SH7760 | 2215 | config FB_SH7760 |
2216 | bool "SH7760/SH7763/SH7720/SH7721 LCDC support" | 2216 | bool "SH7760/SH7763/SH7720/SH7721 LCDC support" |