aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pc100/Kconfig
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2010-05-18 06:38:43 -0400
committerBen Dooks <ben-linux@fluff.org>2010-05-19 05:23:27 -0400
commitb884c0e07058478bff82b8edcecff4e2919fa361 (patch)
treea46f312e4f6de9a326e5853e32e147e8c53d86f4 /arch/arm/mach-s5pc100/Kconfig
parentc8bb9635f926aaf15987450c57af05e422874b92 (diff)
ARM: S5PC100: Move frame buffer helpers from plat-s5pc1xx to mach-s5pc100
Move frame buffer helpers from plat-s5pc1xx to mach-s5pc100. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5pc100/Kconfig')
-rw-r--r--arch/arm/mach-s5pc100/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pc100/Kconfig b/arch/arm/mach-s5pc100/Kconfig
index 27ec167d2808..7d9b68c8fef5 100644
--- a/arch/arm/mach-s5pc100/Kconfig
+++ b/arch/arm/mach-s5pc100/Kconfig
@@ -12,6 +12,11 @@ config CPU_S5PC100
12 help 12 help
13 Enable S5PC100 CPU support 13 Enable S5PC100 CPU support
14 14
15config S5PC100_SETUP_FB_24BPP
16 bool
17 help
18 Common setup code for S5PC1XX with an 24bpp RGB display helper.
19
15config S5PC100_SETUP_SDHCI 20config S5PC100_SETUP_SDHCI
16 bool 21 bool
17 select S5PC1XX_SETUP_SDHCI_GPIO 22 select S5PC1XX_SETUP_SDHCI_GPIO
@@ -28,7 +33,7 @@ config MACH_SMDKC100
28 select S3C_DEV_HSMMC2 33 select S3C_DEV_HSMMC2
29 select S5PC1XX_SETUP_I2C0 34 select S5PC1XX_SETUP_I2C0
30 select S5PC1XX_SETUP_I2C1 35 select S5PC1XX_SETUP_I2C1
31 select S5PC1XX_SETUP_FB_24BPP 36 select S5PC100_SETUP_FB_24BPP
32 select S5PC100_SETUP_SDHCI 37 select S5PC100_SETUP_SDHCI
33 help 38 help
34 Machine support for the Samsung SMDKC100 39 Machine support for the Samsung SMDKC100