diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-11-29 04:51:07 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-11-29 04:51:07 -0500 |
commit | 0d2cd91bf7b1a7cc1d638296111fcc2bcf5c0bb4 (patch) | |
tree | d2ca69347816c27f9dc352581f5d0fe76811cd49 /arch/arm/plat-samsung/Kconfig | |
parent | 3d95fd6ad8d3cf582a70ed65660017114b6e4065 (diff) | |
parent | caca6a03d365883564885f2c1da3e88dcf65d139 (diff) |
Merge commit 'v3.2-rc3' into next
Diffstat (limited to 'arch/arm/plat-samsung/Kconfig')
-rw-r--r-- | arch/arm/plat-samsung/Kconfig | 48 |
1 files changed, 13 insertions, 35 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig index b3e10659e4b8..313eb26cfa62 100644 --- a/arch/arm/plat-samsung/Kconfig +++ b/arch/arm/plat-samsung/Kconfig | |||
@@ -65,11 +65,6 @@ config SAMSUNG_IRQ_VIC_TIMER | |||
65 | help | 65 | help |
66 | Internal configuration to build the VIC timer interrupt code. | 66 | Internal configuration to build the VIC timer interrupt code. |
67 | 67 | ||
68 | config SAMSUNG_IRQ_UART | ||
69 | bool | ||
70 | help | ||
71 | Internal configuration to build the IRQ UART demux code. | ||
72 | |||
73 | # options for gpio configuration support | 68 | # options for gpio configuration support |
74 | 69 | ||
75 | config SAMSUNG_GPIOLIB_4BIT | 70 | config SAMSUNG_GPIOLIB_4BIT |
@@ -79,39 +74,12 @@ config SAMSUNG_GPIOLIB_4BIT | |||
79 | configuration. GPIOlib shall be compiled only for S3C64XX and S5P | 74 | configuration. GPIOlib shall be compiled only for S3C64XX and S5P |
80 | series of processors. | 75 | series of processors. |
81 | 76 | ||
82 | config S3C_GPIO_CFG_S3C24XX | ||
83 | bool | ||
84 | help | ||
85 | Internal configuration to enable S3C24XX style GPIO configuration | ||
86 | functions. | ||
87 | |||
88 | config S3C_GPIO_CFG_S3C64XX | 77 | config S3C_GPIO_CFG_S3C64XX |
89 | bool | 78 | bool |
90 | help | 79 | help |
91 | Internal configuration to enable S3C64XX style GPIO configuration | 80 | Internal configuration to enable S3C64XX style GPIO configuration |
92 | functions. | 81 | functions. |
93 | 82 | ||
94 | config S3C_GPIO_PULL_UPDOWN | ||
95 | bool | ||
96 | help | ||
97 | Internal configuration to enable the correct GPIO pull helper | ||
98 | |||
99 | config S3C_GPIO_PULL_S3C2443 | ||
100 | bool | ||
101 | select S3C_GPIO_PULL_UPDOWN | ||
102 | help | ||
103 | Internal configuration to enable the correct GPIO pull helper for S3C2443-style GPIO | ||
104 | |||
105 | config S3C_GPIO_PULL_DOWN | ||
106 | bool | ||
107 | help | ||
108 | Internal configuration to enable the correct GPIO pull helper | ||
109 | |||
110 | config S3C_GPIO_PULL_UP | ||
111 | bool | ||
112 | help | ||
113 | Internal configuration to enable the correct GPIO pull helper | ||
114 | |||
115 | config S5P_GPIO_DRVSTR | 83 | config S5P_GPIO_DRVSTR |
116 | bool | 84 | bool |
117 | help | 85 | help |
@@ -300,11 +268,14 @@ config S3C_DMA | |||
300 | help | 268 | help |
301 | Internal configuration for S3C DMA core | 269 | Internal configuration for S3C DMA core |
302 | 270 | ||
303 | config S3C_PL330_DMA | 271 | config SAMSUNG_DMADEV |
304 | bool | 272 | bool |
305 | select PL330 | 273 | select DMADEVICES |
274 | select PL330_DMA if (CPU_EXYNOS4210 || CPU_S5PV210 || CPU_S5PC100 || \ | ||
275 | CPU_S5P6450 || CPU_S5P6440) | ||
276 | select ARM_AMBA | ||
306 | help | 277 | help |
307 | S3C DMA API Driver for PL330 DMAC. | 278 | Use DMA device engine for PL330 DMAC. |
308 | 279 | ||
309 | comment "Power management" | 280 | comment "Power management" |
310 | 281 | ||
@@ -367,4 +338,11 @@ config SAMSUNG_PD | |||
367 | help | 338 | help |
368 | Say Y here if you want to control Power Domain by Runtime PM. | 339 | Say Y here if you want to control Power Domain by Runtime PM. |
369 | 340 | ||
341 | config DEBUG_S3C_UART | ||
342 | depends on PLAT_SAMSUNG | ||
343 | int | ||
344 | default "0" if DEBUG_S3C_UART0 | ||
345 | default "1" if DEBUG_S3C_UART1 | ||
346 | default "2" if DEBUG_S3C_UART2 | ||
347 | |||
370 | endif | 348 | endif |