diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-31 12:14:30 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 18:33:08 -0500 |
commit | efd3a8eb150e383305c36eedc78c29cab910158e (patch) | |
tree | 753acca32e85261e471849b31dc9a2145ac00fe5 /arch/arm/plat-s3c/Kconfig | |
parent | 39057f237dc9aff2a5ea41995029eeef7b677fae (diff) |
[ARM] S3C64XX: Add gpio bank numbering
Define the gpio numbers for the S3C64XX GPIO banks
available on the S3C6400 and S3C6410.
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 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/Kconfig b/arch/arm/plat-s3c/Kconfig index 0deb1054975f..d7767e0305d0 100644 --- a/arch/arm/plat-s3c/Kconfig +++ b/arch/arm/plat-s3c/Kconfig | |||
@@ -103,6 +103,17 @@ config S3C_LOWLEVEL_UART_PORT | |||
103 | this configuration should be between zero and two. The port | 103 | this configuration should be between zero and two. The port |
104 | must have been initialised by the boot-loader before use. | 104 | must have been initialised by the boot-loader before use. |
105 | 105 | ||
106 | # options for gpiolib support | ||
107 | |||
108 | config S3C_GPIO_SPACE | ||
109 | int "Space between gpio banks" | ||
110 | default 0 | ||
111 | help | ||
112 | Add a number of spare GPIO entries between each bank for debugging | ||
113 | purposes. This allows any problems where an counter overflows from | ||
114 | one bank to another to be caught, at the expense of using a little | ||
115 | more memory. | ||
116 | |||
106 | # device definitions to compile in | 117 | # device definitions to compile in |
107 | 118 | ||
108 | config S3C_DEV_HSMMC | 119 | config S3C_DEV_HSMMC |