qemu-patch-raspberry4/hw/core/Kconfig
Thomas Huth 853c01672b hw/core: Add a config switch for the "split-irq" device
The "split-irq" device is currently only used by machines that use
CONFIG_ARMSSE. Let's add a proper CONFIG_SPLIT_IRQ switch for this
so that it only gets compiled when we really need it.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190817101931.28386-7-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2019-08-20 09:11:17 +02:00

21 lines
185 B
Plaintext

config EMPTY_SLOT
bool
config PTIMER
bool
config FITLOADER
bool
config OR_IRQ
bool
config PLATFORM_BUS
bool
config REGISTER
bool
config SPLIT_IRQ
bool