aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/Kconfig
diff options
context:
space:
mode:
authorDarius Augulis <augulis.darius@gmail.com>2010-10-19 00:52:29 -0400
committerKukjin Kim <kgene.kim@samsung.com>2010-10-19 00:52:29 -0400
commitc115f67c03e468f18431840a97279cd3bfee8ad7 (patch)
tree1428894fa998aef1203a2d1d38c108bb443ac9ca /arch/arm/mach-s3c64xx/Kconfig
parentcd07202cc8262e1669edff0d97715f3dd9260917 (diff)
ARM: S3C64XX: add frame buffer support for mach-real6410
Add support for frame buffer device for mach-real6410. Patch also adds support for feature string parsing for real6410. The feature string is kernel command line passed and currently lets select only LCD configuration. At the moment there is support for two LCD configurations - 4.3" and 7.0". Feature parser is mach-mini2440 based. Signed-off-by: Darius Augulis <augulis.darius@gmail.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx/Kconfig')
-rw-r--r--arch/arm/mach-s3c64xx/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig
index 1e4d78af7d84..3bbd4184361d 100644
--- a/arch/arm/mach-s3c64xx/Kconfig
+++ b/arch/arm/mach-s3c64xx/Kconfig
@@ -104,6 +104,8 @@ config MACH_REAL6410
104 select S3C_DEV_HSMMC 104 select S3C_DEV_HSMMC
105 select S3C_DEV_HSMMC1 105 select S3C_DEV_HSMMC1
106 select S3C64XX_SETUP_SDHCI 106 select S3C64XX_SETUP_SDHCI
107 select S3C_DEV_FB
108 select S3C64XX_SETUP_FB_24BPP
107 help 109 help
108 Machine support for the CoreWind REAL6410 110 Machine support for the CoreWind REAL6410
109 111