mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-26 20:03:54 -06:00

The move of the Kconfig bits to hw/gpio is fixing a bug in6328d8ffa6
("misc/pca955*: Move models under hw/gpio"), which moved the code but forgot to move the Kconfig sections. Fixes:6328d8ffa6
"misc/pca955*: Move models under hw/gpio" Signed-off-by: Bernhard Beschow <shentey@gmail.com> Message-id: 20250223114708.1780-4-shentey@gmail.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
32 lines
327 B
Text
32 lines
327 B
Text
config PL061
|
|
bool
|
|
|
|
config GPIO_KEY
|
|
bool
|
|
|
|
config GPIO_MPC8XXX
|
|
bool
|
|
|
|
config GPIO_PWR
|
|
bool
|
|
|
|
config SIFIVE_GPIO
|
|
bool
|
|
|
|
config STM32L4X5_GPIO
|
|
bool
|
|
|
|
config PCA9552
|
|
bool
|
|
depends on I2C
|
|
|
|
config PCA9554
|
|
bool
|
|
depends on I2C
|
|
|
|
config PCF8574
|
|
bool
|
|
depends on I2C
|
|
|
|
config ZAURUS_SCOOP
|
|
bool
|