diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 41c27a44bd82..c19f6feb4e53 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1920,6 +1920,30 @@ config FB_TMIO_ACCELL | |||
1920 | depends on FB_TMIO | 1920 | depends on FB_TMIO |
1921 | default y | 1921 | default y |
1922 | 1922 | ||
1923 | config FB_S3C | ||
1924 | tristate "Samsung S3C framebuffer support" | ||
1925 | depends on FB && ARCH_S3C64XX | ||
1926 | select FB_CFB_FILLRECT | ||
1927 | select FB_CFB_COPYAREA | ||
1928 | select FB_CFB_IMAGEBLIT | ||
1929 | ---help--- | ||
1930 | Frame buffer driver for the built-in FB controller in the Samsung | ||
1931 | SoC line from the S3C2443 onwards, including the S3C2416, S3C2450, | ||
1932 | and the S3C64XX series such as the S3C6400 and S3C6410. | ||
1933 | |||
1934 | These chips all have the same basic framebuffer design with the | ||
1935 | actual capabilities depending on the chip. For instance the S3C6400 | ||
1936 | and S3C6410 support 4 hardware windows whereas the S3C24XX series | ||
1937 | currently only have two. | ||
1938 | |||
1939 | Currently the support is only for the S3C6400 and S3C6410 SoCs. | ||
1940 | |||
1941 | config FB_S3C_DEBUG_REGWRITE | ||
1942 | bool "Debug register writes" | ||
1943 | depends on FB_S3C | ||
1944 | ---help--- | ||
1945 | Show all register writes via printk(KERN_DEBUG) | ||
1946 | |||
1923 | config FB_S3C2410 | 1947 | config FB_S3C2410 |
1924 | tristate "S3C2410 LCD framebuffer support" | 1948 | tristate "S3C2410 LCD framebuffer support" |
1925 | depends on FB && ARCH_S3C2410 | 1949 | depends on FB && ARCH_S3C2410 |