aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-s3c/Kconfig')
-rw-r--r--arch/arm/plat-s3c/Kconfig27
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/Kconfig b/arch/arm/plat-s3c/Kconfig
index 77fc38f51874..45e62cba595c 100644
--- a/arch/arm/plat-s3c/Kconfig
+++ b/arch/arm/plat-s3c/Kconfig
@@ -120,6 +120,33 @@ config S3C_GPIO_TRACK
120 Internal configuration option to enable the s3c specific gpio 120 Internal configuration option to enable the s3c specific gpio
121 chip tracking if the platform requires it. 121 chip tracking if the platform requires it.
122 122
123config S3C_GPIO_PULL_UPDOWN
124 bool
125 help
126 Internal configuration to enable the correct GPIO pull helper
127
128config S3C_GPIO_PULL_DOWN
129 bool
130 help
131 Internal configuration to enable the correct GPIO pull helper
132
133config S3C_GPIO_PULL_UP
134 bool
135 help
136 Internal configuration to enable the correct GPIO pull helper
137
138config S3C_GPIO_CFG_S3C24XX
139 bool
140 help
141 Internal configuration to enable S3C24XX style GPIO configuration
142 functions.
143
144config S3C_GPIO_CFG_S3C64XX
145 bool
146 help
147 Internal configuration to enable S3C64XX style GPIO configuration
148 functions.
149
123# device definitions to compile in 150# device definitions to compile in
124 151
125config S3C_DEV_HSMMC 152config S3C_DEV_HSMMC