diff options
author | Sundar Iyer <sundar.iyer@stericsson.com> | 2010-12-13 04:03:13 (GMT) |
---|---|---|
committer | Linus Walleij <linus.walleij@stericsson.com> | 2010-12-19 18:27:42 (GMT) |
commit | f4e8afdc7ab1b5a0962be02a9dd15d29a81f4c53 (patch) | |
tree | 8e7ab50489a335c9ab60976aaaeb5ad0d2baab95 /drivers/gpio/Kconfig | |
parent | c6eda6c5eeb357ff231121619fb49d2bc0605faf (diff) | |
download | linux-f4e8afdc7ab1b5a0962be02a9dd15d29a81f4c53.tar.xz |
mfd/tc35892: rename tc35892 core driver to tc3589x
Rename the tc35892 core/gpio drivers to tc3589x to include
new variants in the same mfd core
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Sundar Iyer <sundar.iyer@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 3143ac7..082495b 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -230,11 +230,11 @@ config GPIO_STMPE This enables support for the GPIOs found on the STMPE I/O Expanders. -config GPIO_TC35892 - bool "TC35892 GPIOs" - depends on MFD_TC35892 +config GPIO_TC3589X + bool "TC3589X GPIOs" + depends on MFD_TC3589X help - This enables support for the GPIOs found on the TC35892 + This enables support for the GPIOs found on the TC3589X I/O Expander. config GPIO_TWL4030 |