diff options
Diffstat (limited to 'hw/gpio/Kconfig')
| -rw-r--r-- | hw/gpio/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hw/gpio/Kconfig b/hw/gpio/Kconfig index c423e10f59..a209294c20 100644 --- a/hw/gpio/Kconfig +++ b/hw/gpio/Kconfig @@ -16,6 +16,14 @@ config SIFIVE_GPIO config STM32L4X5_GPIO bool +config PCA9552 + bool + depends on I2C + +config PCA9554 + bool + depends on I2C + config PCF8574 bool depends on I2C |