xref: /openbmc/qemu/hw/gpio/Kconfig (revision 1dfd42c4264bbf47415a9e73f0d6b4e6a7cd7393)
1config MAX7310
2    bool
3    depends on I2C
4
5config PL061
6    bool
7
8config GPIO_KEY
9    bool
10
11config GPIO_MPC8XXX
12    bool
13
14config GPIO_PWR
15    bool
16
17config SIFIVE_GPIO
18    bool
19
20config STM32L4X5_GPIO
21    bool
22
23config PCF8574
24    bool
25    depends on I2C
26