diff options
| author | Sergei Antonov <[email protected]> | 2022-09-12 13:09:15 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-10-06 21:05:17 -0400 |
| commit | d100d3e18ea81845eaee34964c6a927dbb8287cc (patch) | |
| tree | 0eb7b7d204df4715ac5fc5e4faad4e0bbda881c8 /drivers/gpio/Kconfig | |
| parent | 2afa989fbecf25ea23902a9c480f179ba608785a (diff) | |
gpio: ftgpio010: Add support for Faraday Technology FTGPIO010
Add Faraday Technology's FTGPIO010 controller driver.
Signed-off-by: Sergei Antonov <[email protected]>
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 c949f9d2f7c..2a60478b476 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -605,4 +605,10 @@ config TURRIS_OMNIA_MCU help Support for GPIOs on MCU connected to Turris Omnia via i2c. +config FTGPIO010 + bool "Faraday Technology FTGPIO010 driver" + depends on DM_GPIO + help + Support for GPIOs on Faraday Technology's FTGPIO010 controller. + endif |
