xref: /qemu/hw/gpio/Kconfig (revision 09951f5a27a7f8633118c1808cf17e66b30c3c62)
1config PL061
2    bool
3
4config GPIO_KEY
5    bool
6
7config GPIO_MPC8XXX
8    bool
9
10config GPIO_PWR
11    bool
12
13config SIFIVE_GPIO
14    bool
15
16config STM32L4X5_GPIO
17    bool
18
19config PCA9552
20    bool
21    depends on I2C
22
23config PCA9554
24    bool
25    depends on I2C
26
27config PCF8574
28    bool
29    depends on I2C
30
31config ZAURUS_SCOOP
32    bool
33