diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-03-27 04:17:27 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-27 11:44:55 -0500 |
commit | f95ec3c6df271ae4e6290cd6b95c18a009c76dc9 (patch) | |
tree | de6c44709c312ea1d9708c0daeebf07c379a2c5e /drivers/video/Kconfig | |
parent | d03c21ec0be7787ff6b75dcf56c0e96209ccbfbd (diff) |
[PATCH] au1200fb: Alchemy Au1200 framebuffer driver
Add support for Alchemy Au1200 framebuffer driver
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index fdebd60a3250..3a890610ebe7 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1202,6 +1202,17 @@ config FB_AU1100 | |||
1202 | bool "Au1100 LCD Driver" | 1202 | bool "Au1100 LCD Driver" |
1203 | depends on (FB = y) && EXPERIMENTAL && PCI && MIPS && MIPS_PB1100=y | 1203 | depends on (FB = y) && EXPERIMENTAL && PCI && MIPS && MIPS_PB1100=y |
1204 | 1204 | ||
1205 | config FB_AU1200 | ||
1206 | bool "Au1200 LCD Driver" | ||
1207 | depends on FB && MIPS && SOC_AU1200 | ||
1208 | select FB_CFB_FILLRECT | ||
1209 | select FB_CFB_COPYAREA | ||
1210 | select FB_CFB_IMAGEBLIT | ||
1211 | help | ||
1212 | This is the framebuffer driver for the AMD Au1200 SOC. It can drive | ||
1213 | various panels and CRTs by passing in kernel cmd line option | ||
1214 | au1200fb:panel=<name>. | ||
1215 | |||
1205 | source "drivers/video/geode/Kconfig" | 1216 | source "drivers/video/geode/Kconfig" |
1206 | 1217 | ||
1207 | config FB_FFB | 1218 | config FB_FFB |