diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2010-01-10 22:21:51 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-15 03:10:14 -0500 |
commit | 85841bcedd6048dd37cab58a504e5317192324c6 (patch) | |
tree | f8d77a38f861f10bd0aa847560519c31f8609166 /arch/arm/plat-samsung | |
parent | 5b39be4637bb795b2133dbee0eadbcc08bdd4134 (diff) |
ARM: SAMSUNG: Add config option for number of additional GPIO pins.
This patch adds a configuration option for specifing the number
of additional GPIO pins to be used in addition to the GPIO pins
supported onchip.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-samsung')
-rw-r--r-- | arch/arm/plat-samsung/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig index 900b463fc197..faec4b8c626c 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 | ||
69 | config 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 | ||
71 | config S3C_DEV_HSMMC | 79 | config S3C_DEV_HSMMC |