diff options
| author | Svyatoslav Ryhel <[email protected]> | 2023-07-21 10:50:15 +0300 |
|---|---|---|
| committer | Svyatoslav Ryhel <[email protected]> | 2023-12-19 20:53:53 +0200 |
| commit | 52b6bbf162cb88b2c26fe5567eb32e027081407a (patch) | |
| tree | 18bc4dbaed71cd2dad21774be36e60433b9fa0cd /drivers/gpio/Kconfig | |
| parent | 6b24c372c1e59e461e2f00e09dd1f8da29263450 (diff) | |
drivers: gpio: implement PALMAS GPIO cell
Add gpio driver for TI Palmas series PMIC. This has 8 gpio which can
work as input/output.
Signed-off-by: Svyatoslav Ryhel <[email protected]>
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 250f1ebbb31..63e62e1acd2 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -435,6 +435,13 @@ config VYBRID_GPIO help Say yes here to support Vybrid vf610 GPIOs. +config PALMAS_GPIO + bool "TI PALMAS series PMICs GPIO" + depends on DM_GPIO && PMIC_PALMAS + help + Select this option to enable GPIO driver for the TI PALMAS + series chip family. + config PIC32_GPIO bool "Microchip PIC32 GPIO driver" depends on DM_GPIO && MACH_PIC32 |
