diff options
Diffstat (limited to 'arch/arm/plat-samsung/Kconfig')
-rw-r--r-- | arch/arm/plat-samsung/Kconfig | 38 |
1 files changed, 32 insertions, 6 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig index d552c65fa1b0..229919e9744c 100644 --- a/arch/arm/plat-samsung/Kconfig +++ b/arch/arm/plat-samsung/Kconfig | |||
@@ -90,12 +90,6 @@ config S3C_GPIO_CFG_S3C64XX | |||
90 | Internal configuration to enable S3C64XX style GPIO configuration | 90 | Internal configuration to enable S3C64XX style GPIO configuration |
91 | functions. | 91 | functions. |
92 | 92 | ||
93 | config S5P_GPIO_CFG_S5PC1XX | ||
94 | bool | ||
95 | help | ||
96 | Internal configuration to enable S5PC1XX style GPIO configuration | ||
97 | functions. | ||
98 | |||
99 | config S3C_GPIO_PULL_UPDOWN | 93 | config S3C_GPIO_PULL_UPDOWN |
100 | bool | 94 | bool |
101 | help | 95 | help |
@@ -111,6 +105,12 @@ config S3C_GPIO_PULL_UP | |||
111 | help | 105 | help |
112 | Internal configuration to enable the correct GPIO pull helper | 106 | Internal configuration to enable the correct GPIO pull helper |
113 | 107 | ||
108 | config S5P_GPIO_DRVSTR | ||
109 | bool | ||
110 | help | ||
111 | Internal configuration to get and set correct GPIO driver strength | ||
112 | helper | ||
113 | |||
114 | config SAMSUNG_GPIO_EXTRA | 114 | config SAMSUNG_GPIO_EXTRA |
115 | int "Number of additional GPIO pins" | 115 | int "Number of additional GPIO pins" |
116 | default 0 | 116 | default 0 |
@@ -160,6 +160,11 @@ config S3C_DEV_HSMMC2 | |||
160 | help | 160 | help |
161 | Compile in platform device definitions for HSMMC channel 2 | 161 | Compile in platform device definitions for HSMMC channel 2 |
162 | 162 | ||
163 | config S3C_DEV_HWMON | ||
164 | bool | ||
165 | help | ||
166 | Compile in platform device definitions for HWMON | ||
167 | |||
163 | config S3C_DEV_I2C1 | 168 | config S3C_DEV_I2C1 |
164 | bool | 169 | bool |
165 | help | 170 | help |
@@ -185,12 +190,27 @@ config S3C_DEV_NAND | |||
185 | help | 190 | help |
186 | Compile in platform device definition for NAND controller | 191 | Compile in platform device definition for NAND controller |
187 | 192 | ||
193 | config S3C_DEV_RTC | ||
194 | bool | ||
195 | help | ||
196 | Complie in platform device definition for RTC | ||
197 | |||
198 | config SAMSUNG_DEV_ADC | ||
199 | bool | ||
200 | help | ||
201 | Compile in platform device definition for ADC controller | ||
202 | |||
188 | config S3C64XX_DEV_SPI | 203 | config S3C64XX_DEV_SPI |
189 | bool | 204 | bool |
190 | help | 205 | help |
191 | Compile in platform device definitions for S3C64XX's type | 206 | Compile in platform device definitions for S3C64XX's type |
192 | SPI controllers. | 207 | SPI controllers. |
193 | 208 | ||
209 | config SAMSUNG_DEV_TS | ||
210 | bool | ||
211 | help | ||
212 | Common in platform device definitions for touchscreen device | ||
213 | |||
194 | # DMA | 214 | # DMA |
195 | 215 | ||
196 | config S3C_DMA | 216 | config S3C_DMA |
@@ -198,6 +218,12 @@ config S3C_DMA | |||
198 | help | 218 | help |
199 | Internal configuration for S3C DMA core | 219 | Internal configuration for S3C DMA core |
200 | 220 | ||
221 | config S3C_PL330_DMA | ||
222 | bool | ||
223 | select PL330 | ||
224 | help | ||
225 | S3C DMA API Driver for PL330 DMAC. | ||
226 | |||
201 | comment "Power management" | 227 | comment "Power management" |
202 | 228 | ||
203 | config SAMSUNG_PM_DEBUG | 229 | config SAMSUNG_PM_DEBUG |