diff options
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index c4067d0141f..f141befe981 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -579,6 +579,13 @@ config GPIO_AB8500 | |||
579 | help | 579 | help |
580 | Select this to enable the AB8500 IC GPIO driver | 580 | Select this to enable the AB8500 IC GPIO driver |
581 | 581 | ||
582 | config GPIO_TPS6586X | ||
583 | bool "TPS6586X GPIO" | ||
584 | depends on MFD_TPS6586X | ||
585 | help | ||
586 | Select this option to enable GPIO driver for the TPS6586X | ||
587 | chip family. | ||
588 | |||
582 | config GPIO_TPS65910 | 589 | config GPIO_TPS65910 |
583 | bool "TPS65910 GPIO" | 590 | bool "TPS65910 GPIO" |
584 | depends on MFD_TPS65910 | 591 | depends on MFD_TPS65910 |