diff options
author | Ajay Kumar <ajaykumar.rs@samsung.com> | 2011-09-26 18:51:22 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-10-04 06:00:59 -0400 |
commit | 1030e5c56258969f96417faa8f77881b8c671b93 (patch) | |
tree | a14725cc58f30146673cdbd4210eb1d5fdd2a2ca /arch/arm/mach-s5p64x0/Kconfig | |
parent | c9f357ef9d032424ca36e7088a6eb7266887b3a2 (diff) |
ARM: S5P6440: Add LCD-LTE480 and enable Framebuffer support
This patch:
-- Adds platform device support for LCD-LTE480.
-- Adds platform data for FB with win_mode and default_bpp.
-- Enables FB device support and platform-lcd support.
-- Adds SPCON settings for LCD.
Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5p64x0/Kconfig')
-rw-r--r-- | arch/arm/mach-s5p64x0/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5p64x0/Kconfig b/arch/arm/mach-s5p64x0/Kconfig index 92b06024ee9f..e51a5f18b1ed 100644 --- a/arch/arm/mach-s5p64x0/Kconfig +++ b/arch/arm/mach-s5p64x0/Kconfig | |||
@@ -37,6 +37,7 @@ config S5P64X0_SETUP_I2C1 | |||
37 | config MACH_SMDK6440 | 37 | config MACH_SMDK6440 |
38 | bool "SMDK6440" | 38 | bool "SMDK6440" |
39 | select CPU_S5P6440 | 39 | select CPU_S5P6440 |
40 | select S3C_DEV_FB | ||
40 | select S3C_DEV_I2C1 | 41 | select S3C_DEV_I2C1 |
41 | select S3C_DEV_RTC | 42 | select S3C_DEV_RTC |
42 | select S3C_DEV_WDT | 43 | select S3C_DEV_WDT |
@@ -45,6 +46,7 @@ config MACH_SMDK6440 | |||
45 | select SAMSUNG_DEV_BACKLIGHT | 46 | select SAMSUNG_DEV_BACKLIGHT |
46 | select SAMSUNG_DEV_PWM | 47 | select SAMSUNG_DEV_PWM |
47 | select SAMSUNG_DEV_TS | 48 | select SAMSUNG_DEV_TS |
49 | select S5P64X0_SETUP_FB_24BPP | ||
48 | select S5P64X0_SETUP_I2C1 | 50 | select S5P64X0_SETUP_I2C1 |
49 | help | 51 | help |
50 | Machine support for the Samsung SMDK6440 | 52 | Machine support for the Samsung SMDK6440 |