diff options
author | wu guoxing <b39297@freescale.com> | 2012-01-30 01:31:20 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2012-01-30 09:49:08 -0500 |
commit | 608589b15f02e59e8c40df7ef861064f1b6fa504 (patch) | |
tree | 55c7119187542ee660cc7aaafa8662caf2cc894e /drivers/gpio/Kconfig | |
parent | dcd6c92267155e70a94b3927bce681ce74b80d1f (diff) |
ARM/mx35/3ds: gpio: add mc9s08dz60 gpio function
we only use the gpio function of mc9s08dz60 mcu chip, so just
add the gpio driver, as this mcu will never be used in other board.
Signed-off-by: Wu Guoxing <b39297@freescale.com>
Reviewed-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index d0c41188d4e5..eaa7d3828e70 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -225,6 +225,12 @@ config GPIO_MAX732X_IRQ | |||
225 | Say yes here to enable the max732x to be used as an interrupt | 225 | Say yes here to enable the max732x to be used as an interrupt |
226 | controller. It requires the driver to be built in the kernel. | 226 | controller. It requires the driver to be built in the kernel. |
227 | 227 | ||
228 | config GPIO_MC9S08DZ60 | ||
229 | bool "MX35 3DS BOARD MC9S08DZ60 GPIO functions" | ||
230 | depends on I2C && MACH_MX35_3DS | ||
231 | help | ||
232 | Select this to enable the MC9S08DZ60 GPIO driver | ||
233 | |||
228 | config GPIO_PCA953X | 234 | config GPIO_PCA953X |
229 | tristate "PCA953x, PCA955x, TCA64xx, and MAX7310 I/O ports" | 235 | tristate "PCA953x, PCA955x, TCA64xx, and MAX7310 I/O ports" |
230 | depends on I2C | 236 | depends on I2C |