diff options
author | Janghyuck Kim <janghyuck.kim@samsung.com> | 2010-08-03 15:45:03 +0900 |
---|---|---|
committer | Arve Hjønnevåg <arve@android.com> | 2011-11-16 21:48:25 -0800 |
commit | ecbda1c869b1b11dd0e23400815b8e6efd304683 (patch) | |
tree | cc7d86d822418e0ad23668d49581dbdd97ff9ddb /drivers | |
parent | 33892e1ebb2cf9407b80536b4e22cbb7969f922e (diff) | |
download | kernel_samsung_crespo-ecbda1c869b1b11dd0e23400815b8e6efd304683.zip kernel_samsung_crespo-ecbda1c869b1b11dd0e23400815b8e6efd304683.tar.gz kernel_samsung_crespo-ecbda1c869b1b11dd0e23400815b8e6efd304683.tar.bz2 |
S5PC110: HERRING: Modify Kconfig for FIMD
Signed-off-by: Janghyuck Kim <janghyuck.kim@samsung.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/video/Kconfig | 47 | ||||
-rw-r--r-- | drivers/video/samsung/Kconfig | 2 |
2 files changed, 1 insertions, 48 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 7619501..98a415e 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -2029,53 +2029,6 @@ config FB_TMIO_ACCELL depends on FB_TMIO default y -config FB_S3C - tristate "Samsung S3C framebuffer support" - depends on FB && S3C_DEV_FB - 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 - select FB_CFB_FILLRECT - select FB_CFB_COPYAREA - select FB_CFB_IMAGEBLIT - ---help--- - Frame buffer driver for the built-in LCD controller in the Samsung - S3C2410 processor. - - This driver is also available as a module ( = code which can be - inserted and removed from the running kernel whenever you want). The - module will be called s3c2410fb. If you want to compile it as a module, - say M here and read <file:Documentation/kbuild/modules.txt>. - - If unsure, say N. -config FB_S3C2410_DEBUG - bool "S3C2410 lcd debug messages" - depends on FB_S3C2410 - help - Turn on debugging messages. Note that you can set/unset at run time - through sysfs - config FB_NUC900 bool "NUC900 LCD framebuffer support" depends on FB && ARCH_W90X900 diff --git a/drivers/video/samsung/Kconfig b/drivers/video/samsung/Kconfig index 09ed92e..06acbc7 100644 --- a/drivers/video/samsung/Kconfig +++ b/drivers/video/samsung/Kconfig @@ -93,7 +93,7 @@ config VIDEO_SAMSUNG_MEMSIZE_FIMD config FB_S3C_TL2796 bool "TL2796" - depends on (MACH_SMDKC110 || MACH_S5PC110_CRESPO || MACH_S5PC110_P1) + depends on FB_S3C && (MACH_SMDKC110 || MACH_S5PC110_CRESPO || MACH_S5PC110_P1) select SPI select SPI_GPIO select SPI_BITBANG |