Skip to content

Commit

Permalink
ARM: SAMSUNG: Add config option for number of additional GPIO pins.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kukjin Kim authored and Ben Dooks committed Jan 15, 2010
1 parent 5b39be4 commit 85841bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/plat-samsung/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ config S3C_GPIO_PULL_UP
help
Internal configuration to enable the correct GPIO pull helper

config SAMSUNG_GPIO_EXTRA
int "Number of additional GPIO pins"
default 0
help
Use additional GPIO space in addition to the GPIO's the SOC
provides. This allows expanding the GPIO space for use with
GPIO expanders.

# device definitions to compile in

config S3C_DEV_HSMMC
Expand Down

0 comments on commit 85841bc

Please sign in to comment.