mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 12:09:58 +00:00
282467f419
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>
18 lines
158 B
Plaintext
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
|