xemu/hw/gpio/Kconfig
Bernhard Beschow 2c860abfb6 hw/gpio/meson: Introduce dedicated config switch for hw/gpio/mpc8xxx
Having a dedicated config switch makes dependency handling cleaner.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20221003203142.24355-3-shentey@gmail.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
2022-10-17 16:15:09 -03:00

19 lines
177 B
Plaintext

config MAX7310
bool
depends on I2C
config PL061
bool
config GPIO_KEY
bool
config GPIO_MPC8XXX
bool
config GPIO_PWR
bool
config SIFIVE_GPIO
bool