diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-31 12:14:32 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 18:33:42 -0500 |
commit | 8a53bdb907cb924ed30f79bcfe7f4f15ff7de15e (patch) | |
tree | e2bca4f6a4988f4eeb79ff18ac782b2383d1cf92 /arch/arm/plat-s3c/Kconfig | |
parent | 7db6c82a37beabef7b76d232e3d20efacd74bd3a (diff) |
[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-s3c/Kconfig')
-rw-r--r-- | arch/arm/plat-s3c/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/Kconfig b/arch/arm/plat-s3c/Kconfig index d7767e0305d0..77fc38f51874 100644 --- a/arch/arm/plat-s3c/Kconfig +++ b/arch/arm/plat-s3c/Kconfig | |||
@@ -114,6 +114,12 @@ config S3C_GPIO_SPACE | |||
114 | one bank to another to be caught, at the expense of using a little | 114 | one bank to another to be caught, at the expense of using a little |
115 | more memory. | 115 | more memory. |
116 | 116 | ||
117 | config S3C_GPIO_TRACK | ||
118 | bool | ||
119 | help | ||
120 | Internal configuration option to enable the s3c specific gpio | ||
121 | chip tracking if the platform requires it. | ||
122 | |||
117 | # device definitions to compile in | 123 | # device definitions to compile in |
118 | 124 | ||
119 | config S3C_DEV_HSMMC | 125 | config S3C_DEV_HSMMC |