diff options
Diffstat (limited to 'arch/arm/plat-s5pc1xx/Kconfig')
-rw-r--r-- | arch/arm/plat-s5pc1xx/Kconfig | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/arch/arm/plat-s5pc1xx/Kconfig b/arch/arm/plat-s5pc1xx/Kconfig index c7ccdf22eefa..c7bd2bbda239 100644 --- a/arch/arm/plat-s5pc1xx/Kconfig +++ b/arch/arm/plat-s5pc1xx/Kconfig | |||
@@ -16,9 +16,10 @@ config PLAT_S5PC1XX | |||
16 | select SAMSUNG_IRQ_VIC_TIMER | 16 | select SAMSUNG_IRQ_VIC_TIMER |
17 | select S3C_GPIO_TRACK | 17 | select S3C_GPIO_TRACK |
18 | select S3C_GPIO_PULL_UPDOWN | 18 | select S3C_GPIO_PULL_UPDOWN |
19 | select S5P_GPIO_DRVSTR | ||
19 | select S3C_GPIO_CFG_S3C24XX | 20 | select S3C_GPIO_CFG_S3C24XX |
20 | select S3C_GPIO_CFG_S3C64XX | 21 | select S3C_GPIO_CFG_S3C64XX |
21 | select S5P_GPIO_CFG_S5PC1XX | 22 | select SAMSUNG_GPIOLIB_4BIT |
22 | help | 23 | help |
23 | Base platform code for any Samsung S5PC1XX device | 24 | Base platform code for any Samsung S5PC1XX device |
24 | 25 | ||
@@ -38,25 +39,6 @@ config CPU_S5PC100_CLOCK | |||
38 | 39 | ||
39 | # platform specific device setup | 40 | # platform specific device setup |
40 | 41 | ||
41 | config S5PC1XX_SETUP_FB_24BPP | ||
42 | bool | ||
43 | help | ||
44 | Common setup code for S5PC1XX with an 24bpp RGB display helper. | ||
45 | |||
46 | config S5PC1XX_SETUP_I2C0 | ||
47 | bool | ||
48 | default y | ||
49 | help | ||
50 | Common setup code for i2c bus 0. | ||
51 | |||
52 | Note, currently since i2c0 is always compiled, this setup helper | ||
53 | is always compiled with it. | ||
54 | |||
55 | config S5PC1XX_SETUP_I2C1 | ||
56 | bool | ||
57 | help | ||
58 | Common setup code for i2c bus 1. | ||
59 | |||
60 | config S5PC1XX_SETUP_SDHCI_GPIO | 42 | config S5PC1XX_SETUP_SDHCI_GPIO |
61 | bool | 43 | bool |
62 | help | 44 | help |