aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c/Kconfig
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-10-31 16:14:34 +0000
committerBen Dooks <ben-linux@fluff.org>2008-10-31 16:17:38 +0000
commit9b5cba206877413c6a29b84d6cdcd1685ad2a7ca (patch)
tree6b5ea7b5b6d12b15ff3fc70ff94790cb437f73b6 /arch/arm/plat-s3c/Kconfig
parent41af379496cfc85d083fb3a6095b574c0b3e8593 (diff)
[ARM] S3C: Add new GPIO configuration calls
Add new GPIO configuration calls that mesh with the new gpiolib support. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
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 77fc38f5187..45e62cba595 100644
--- a/arch/arm/plat-s3c/Kconfig
+++ b/arch/arm/plat-s3c/Kconfig
@@ -120,6 +120,33 @@ config S3C_GPIO_TRACK
Internal configuration option to enable the s3c specific gpio
chip tracking if the platform requires it.
+config S3C_GPIO_PULL_UPDOWN
+ bool
+ help
+ Internal configuration to enable the correct GPIO pull helper
+
+config S3C_GPIO_PULL_DOWN
+ bool
+ help
+ Internal configuration to enable the correct GPIO pull helper
+
+config S3C_GPIO_PULL_UP
+ bool
+ help
+ Internal configuration to enable the correct GPIO pull helper
+
+config S3C_GPIO_CFG_S3C24XX
+ bool
+ help
+ Internal configuration to enable S3C24XX style GPIO configuration
+ functions.
+
+config S3C_GPIO_CFG_S3C64XX
+ bool
+ help
+ Internal configuration to enable S3C64XX style GPIO configuration
+ functions.
+
# device definitions to compile in
config S3C_DEV_HSMMC