diff options
author | Margarita Olaya <magi@slimlogic.co.uk> | 2011-06-09 15:50:19 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-07-31 17:28:22 -0400 |
commit | 668a6cc710ee054af2b059d27bbec746ead0fbca (patch) | |
tree | 67b13e972464064fe81529613aaba32874352746 /drivers/gpio/Kconfig | |
parent | d49a0f3f14a763242b71244019d7881ee06e0658 (diff) |
tps65912: gpio: add gpio driver
TPS65912 has five GPIOs that can be configured for different
purposes.
Signed-off-by: Margarita Olaya Cabrera <magi@slimlogic.co.uk>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
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 363498697c2c..6778f56a4c64 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -280,6 +280,12 @@ config GPIO_TC3589X | |||
280 | This enables support for the GPIOs found on the TC3589X | 280 | This enables support for the GPIOs found on the TC3589X |
281 | I/O Expander. | 281 | I/O Expander. |
282 | 282 | ||
283 | config GPIO_TPS65912 | ||
284 | tristate "TI TPS65912 GPIO" | ||
285 | depends on (MFD_TPS65912_I2C || MFD_TPS65912_SPI) | ||
286 | help | ||
287 | This driver supports TPS65912 gpio chip | ||
288 | |||
283 | config GPIO_TWL4030 | 289 | config GPIO_TWL4030 |
284 | tristate "TWL4030, TWL5030, and TPS659x0 GPIOs" | 290 | tristate "TWL4030, TWL5030, and TPS659x0 GPIOs" |
285 | depends on TWL4030_CORE | 291 | depends on TWL4030_CORE |