xemu/hw/core/Kconfig
Thomas Huth 282467f419 hw/core: Add a config switch for the "or-irq" device
The "or-irq" device is only used by certain machines. Let's add
a proper config switch for it so that it only gets compiled when we
really need it.

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

18 lines
158 B
Plaintext

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