xref: /qemu/hw/gpio/Kconfig (revision 70ce076fa6dff60585c229a4b641b13e64bf03cf)
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 PCF8574
20    bool
21    depends on I2C
22
23config ZAURUS_SCOOP
24    bool
25