aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/Kconfig
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2010-01-05 12:28:20 -0500
committerBen Dooks <ben-linux@fluff.org>2010-01-15 03:10:13 -0500
commit4f830db9629e413e7c5523085ab009b0de5ae6d0 (patch)
tree8d3feb830483426e2e5f263dd1b65e564890a598 /arch/arm/plat-samsung/Kconfig
parentb6a604137bb978d9f65b1228cf0bb691ece45cba (diff)
ARM: SAMSUNG: Move gpio-config.c into plat-samsung
The arch/arm/plat-s3c/gpio-config.c file is common to pretty much all the Samsung SoCs, so move it to arch/arm/plat-samsung Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-samsung/Kconfig')
-rw-r--r--arch/arm/plat-samsung/Kconfig35
1 files changed, 35 insertions, 0 deletions
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