aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s5pc1xx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-s5pc1xx/Kconfig')
-rw-r--r--arch/arm/plat-s5pc1xx/Kconfig20
1 files changed, 16 insertions, 4 deletions
diff --git a/arch/arm/plat-s5pc1xx/Kconfig b/arch/arm/plat-s5pc1xx/Kconfig
index a8a711c3c064..b7b9e91c0243 100644
--- a/arch/arm/plat-s5pc1xx/Kconfig
+++ b/arch/arm/plat-s5pc1xx/Kconfig
@@ -1,5 +1,3 @@
1# arch/arm/plat-s5pc1xx/Kconfig
2#
3# Copyright 2009 Samsung Electronics Co. 1# Copyright 2009 Samsung Electronics Co.
4# Byungho Min <bhmin@samsung.com> 2# Byungho Min <bhmin@samsung.com>
5# 3#
@@ -15,6 +13,9 @@ config PLAT_S5PC1XX
15 select ARCH_REQUIRE_GPIOLIB 13 select ARCH_REQUIRE_GPIOLIB
16 select S3C_GPIO_TRACK 14 select S3C_GPIO_TRACK
17 select S3C_GPIO_PULL_UPDOWN 15 select S3C_GPIO_PULL_UPDOWN
16 select S3C_GPIO_CFG_S3C24XX
17 select S3C_GPIO_CFG_S3C64XX
18 select S5P_GPIO_CFG_S5PC1XX
18 help 19 help
19 Base platform code for any Samsung S5PC1XX device 20 Base platform code for any Samsung S5PC1XX device
20 21
@@ -34,7 +35,12 @@ config CPU_S5PC100_CLOCK
34 35
35# platform specific device setup 36# platform specific device setup
36 37
37config S5PC100_SETUP_I2C0 38config S5PC1XX_SETUP_FB_24BPP
39 bool
40 help
41 Common setup code for S5PC1XX with an 24bpp RGB display helper.
42
43config S5PC1XX_SETUP_I2C0
38 bool 44 bool
39 default y 45 default y
40 help 46 help
@@ -43,8 +49,14 @@ config S5PC100_SETUP_I2C0
43 Note, currently since i2c0 is always compiled, this setup helper 49 Note, currently since i2c0 is always compiled, this setup helper
44 is always compiled with it. 50 is always compiled with it.
45 51
46config S5PC100_SETUP_I2C1 52config S5PC1XX_SETUP_I2C1
47 bool 53 bool
48 help 54 help
49 Common setup code for i2c bus 1. 55 Common setup code for i2c bus 1.
56
57config S5PC1XX_SETUP_SDHCI_GPIO
58 bool
59 help
60 Common setup code for SDHCI gpio.
61
50endif 62endif