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 682de754d63f..40a0ec3b7c40 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -663,6 +663,13 @@ config GPIO_AB8500 | |||
663 | help | 663 | help |
664 | Select this to enable the AB8500 IC GPIO driver | 664 | Select this to enable the AB8500 IC GPIO driver |
665 | 665 | ||
666 | config GPIO_PALMAS | ||
667 | bool "TI PALMAS series PMICs GPIO" | ||
668 | depends on MFD_PALMAS | ||
669 | help | ||
670 | Select this option to enable GPIO driver for the TI PALMAS | ||
671 | series chip family. | ||
672 | |||
666 | config GPIO_TPS6586X | 673 | config GPIO_TPS6586X |
667 | bool "TPS6586X GPIO" | 674 | bool "TPS6586X GPIO" |
668 | depends on MFD_TPS6586X | 675 | depends on MFD_TPS6586X |