aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/plat-samsung/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
index 900b463fc19..faec4b8c626 100644
--- a/arch/arm/plat-samsung/Kconfig
+++ b/arch/arm/plat-samsung/Kconfig
@@ -66,6 +66,14 @@ config S3C_GPIO_PULL_UP
66 help 66 help
67 Internal configuration to enable the correct GPIO pull helper 67 Internal configuration to enable the correct GPIO pull helper
68 68
69config SAMSUNG_GPIO_EXTRA
70 int "Number of additional GPIO pins"
71 default 0
72 help
73 Use additional GPIO space in addition to the GPIO's the SOC
74 provides. This allows expanding the GPIO space for use with
75 GPIO expanders.
76
69# device definitions to compile in 77# device definitions to compile in
70 78
71config S3C_DEV_HSMMC 79config S3C_DEV_HSMMC