aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-11-19 16:05:39 +0000
committerBen Dooks <ben-linux@fluff.org>2008-11-19 16:05:39 +0000
commit55a4edad38edf2bad2658b8580401fabb5cfdcc2 (patch)
tree85a1da14dbb9456bc2860f86ab724fd3d09676fe /drivers/video/Kconfig
parent0fc24c1ebff281406d66840cbaa6d303bc2cae24 (diff)
parentb59c8471fbbccd67941ccf93362eb48f212077f5 (diff)
Merge branch 's3c64xx-drivers' into s3c64xx
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig24
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 3f3ce13fef4..8de5c0cfb81 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -1918,6 +1918,30 @@ config FB_TMIO_ACCELL
depends on FB_TMIO
default y
+config FB_S3C
+ tristate "Samsung S3C framebuffer support"
+ depends on FB && ARCH_S3C64XX
+ select FB_CFB_FILLRECT
+ select FB_CFB_COPYAREA
+ select FB_CFB_IMAGEBLIT
+ ---help---
+ Frame buffer driver for the built-in FB controller in the Samsung
+ SoC line from the S3C2443 onwards, including the S3C2416, S3C2450,
+ and the S3C64XX series such as the S3C6400 and S3C6410.
+
+ These chips all have the same basic framebuffer design with the
+ actual capabilities depending on the chip. For instance the S3C6400
+ and S3C6410 support 4 hardware windows whereas the S3C24XX series
+ currently only have two.
+
+ Currently the support is only for the S3C6400 and S3C6410 SoCs.
+
+config FB_S3C_DEBUG_REGWRITE
+ bool "Debug register writes"
+ depends on FB_S3C
+ ---help---
+ Show all register writes via printk(KERN_DEBUG)
+
config FB_S3C2410
tristate "S3C2410 LCD framebuffer support"
depends on FB && ARCH_S3C2410