diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2008-07-24 00:31:40 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-24 13:47:40 -0400 |
commit | 5abe3b4063f16245b8fafbff37bd93814eb8e363 (patch) | |
tree | 046309b2597c3647e033cfc13a1100692eb1bb16 /drivers/video/Kconfig | |
parent | 6b51d51a9d24719f905ba9657b29e04efd82a7ea (diff) |
fbdev: add new Cobalt LCD framebuffer driver
Add new Cobalt LCD framebuffer driver.
[akpm@linux-foundation.org: fix build]
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Cc: Krzysztof Helt <krzysztof.h1@poczta.fm>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 80fa066416bf..c1b7db843411 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1987,6 +1987,10 @@ config FB_AM200EPD | |||
1987 | This enables support for the Metronome display controller used on | 1987 | This enables support for the Metronome display controller used on |
1988 | the E-Ink AM-200 EPD devkit. | 1988 | the E-Ink AM-200 EPD devkit. |
1989 | 1989 | ||
1990 | config FB_COBALT | ||
1991 | tristate "Cobalt server LCD frame buffer support" | ||
1992 | depends on FB && MIPS_COBALT | ||
1993 | |||
1990 | config FB_VIRTUAL | 1994 | config FB_VIRTUAL |
1991 | tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)" | 1995 | tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)" |
1992 | depends on FB | 1996 | depends on FB |