diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-31 16:14:32 +0000 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 23:33:42 +0000 |
commit | 8a53bdb907cb924ed30f79bcfe7f4f15ff7de15e (patch) | |
tree | e2bca4f6a4988f4eeb79ff18ac782b2383d1cf92 /arch/arm/plat-s3c64xx | |
parent | 7db6c82a37beabef7b76d232e3d20efacd74bd3a (diff) | |
download | blackbird-op-linux-8a53bdb907cb924ed30f79bcfe7f4f15ff7de15e.tar.gz blackbird-op-linux-8a53bdb907cb924ed30f79bcfe7f4f15ff7de15e.zip |
[ARM] S3C: Add GPIO chip tracking
The gpiolib driver keeps its chip array to itself
and having a separate array for s3c-only gpios stops
any non-s3c gpio being used in one of the s3c specific
configuration calls.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx')
-rw-r--r-- | arch/arm/plat-s3c64xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c64xx/Kconfig b/arch/arm/plat-s3c64xx/Kconfig index bd832ba0cf77..3df2ec19d08a 100644 --- a/arch/arm/plat-s3c64xx/Kconfig +++ b/arch/arm/plat-s3c64xx/Kconfig @@ -14,6 +14,7 @@ config PLAT_S3C64XX default y select NO_IOPORT select ARCH_REQUIRE_GPIOLIB + select S3C_GPIO_TRACK help Base platform code for any Samsung S3C64XX device |