aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/plat-s3c/Kconfig33
-rw-r--r--arch/arm/plat-s3c/Makefile1
-rw-r--r--arch/arm/plat-samsung/Kconfig35
-rw-r--r--arch/arm/plat-samsung/Makefile1
-rw-r--r--arch/arm/plat-samsung/gpio-config.c (renamed from arch/arm/plat-s3c/gpio-config.c)0
5 files changed, 36 insertions, 34 deletions
diff --git a/arch/arm/plat-s3c/Kconfig b/arch/arm/plat-s3c/Kconfig
index cd979b1f6120..454cc39b7adc 100644
--- a/arch/arm/plat-s3c/Kconfig
+++ b/arch/arm/plat-s3c/Kconfig
@@ -130,39 +130,6 @@ config S3C_GPIO_TRACK
130 Internal configuration option to enable the s3c specific gpio 130 Internal configuration option to enable the s3c specific gpio
131 chip tracking if the platform requires it. 131 chip tracking if the platform requires it.
132 132
133config S3C_GPIO_PULL_UPDOWN
134 bool
135 help
136 Internal configuration to enable the correct GPIO pull helper
137
138config S3C_GPIO_PULL_DOWN
139 bool
140 help
141 Internal configuration to enable the correct GPIO pull helper
142
143config S3C_GPIO_PULL_UP
144 bool
145 help
146 Internal configuration to enable the correct GPIO pull helper
147
148config S3C_GPIO_CFG_S3C24XX
149 bool
150 help
151 Internal configuration to enable S3C24XX style GPIO configuration
152 functions.
153
154config S3C_GPIO_CFG_S3C64XX
155 bool
156 help
157 Internal configuration to enable S3C64XX style GPIO configuration
158 functions.
159
160config S5P_GPIO_CFG_S5PC1XX
161 bool
162 help
163 Internal configuration to enable S5PC1XX style GPIO configuration
164 functions.
165
166# DMA 133# DMA
167 134
168config S3C_DMA 135config S3C_DMA
diff --git a/arch/arm/plat-s3c/Makefile b/arch/arm/plat-s3c/Makefile
index d86299556552..ea4a001f6793 100644
--- a/arch/arm/plat-s3c/Makefile
+++ b/arch/arm/plat-s3c/Makefile
@@ -14,7 +14,6 @@ obj- :=
14obj-y += init.o 14obj-y += init.o
15obj-y += time.o 15obj-y += time.o
16obj-y += gpio.o 16obj-y += gpio.o
17obj-y += gpio-config.o
18 17
19# DMA support 18# DMA support
20 19
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
index 5a72a5235573..9e7daf29b86a 100644
--- a/arch/arm/plat-samsung/Kconfig
+++ b/arch/arm/plat-samsung/Kconfig
@@ -19,6 +19,41 @@ config SAMSUNG_CLKSRC
19 Select the clock code for the clksrc implementation 19 Select the clock code for the clksrc implementation
20 used by newer systems such as the S3C64XX. 20 used by newer systems such as the S3C64XX.
21 21
22# options for gpio configuration support
23
24config S3C_GPIO_CFG_S3C24XX
25 bool
26 help
27 Internal configuration to enable S3C24XX style GPIO configuration
28 functions.
29
30config S3C_GPIO_CFG_S3C64XX
31 bool
32 help
33 Internal configuration to enable S3C64XX style GPIO configuration
34 functions.
35
36config S5P_GPIO_CFG_S5PC1XX
37 bool
38 help
39 Internal configuration to enable S5PC1XX style GPIO configuration
40 functions.
41
42config S3C_GPIO_PULL_UPDOWN
43 bool
44 help
45 Internal configuration to enable the correct GPIO pull helper
46
47config S3C_GPIO_PULL_DOWN
48 bool
49 help
50 Internal configuration to enable the correct GPIO pull helper
51
52config S3C_GPIO_PULL_UP
53 bool
54 help
55 Internal configuration to enable the correct GPIO pull helper
56
22# device definitions to compile in 57# device definitions to compile in
23 58
24config S3C_DEV_HSMMC 59config S3C_DEV_HSMMC
diff --git a/arch/arm/plat-samsung/Makefile b/arch/arm/plat-samsung/Makefile
index 32f03e549d0a..2c0143713ea9 100644
--- a/arch/arm/plat-samsung/Makefile
+++ b/arch/arm/plat-samsung/Makefile
@@ -13,6 +13,7 @@ obj- :=
13 13
14obj-y += clock.o 14obj-y += clock.o
15obj-y += pwm-clock.o 15obj-y += pwm-clock.o
16obj-y += gpio-config.o
16 17
17obj-$(CONFIG_SAMSUNG_CLKSRC) += clock-clksrc.o 18obj-$(CONFIG_SAMSUNG_CLKSRC) += clock-clksrc.o
18 19
diff --git a/arch/arm/plat-s3c/gpio-config.c b/arch/arm/plat-samsung/gpio-config.c
index 456969b6fa0d..456969b6fa0d 100644
--- a/arch/arm/plat-s3c/gpio-config.c
+++ b/arch/arm/plat-samsung/gpio-config.c