qemu-patch-raspberry4/hw/core/Kconfig
Thomas Huth f874d72935 hw/core: Add a config switch for the generic loader device
The generic loader device is completely optional. Let's add a proper
config switch for it so that people can disable it if they don't need
it and want to create a minimalistic QEMU binary.

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

25 lines
231 B
Plaintext

config EMPTY_SLOT
bool
config PTIMER
bool
config FITLOADER
bool
config GENERIC_LOADER
bool
default y
config OR_IRQ
bool
config PLATFORM_BUS
bool
config REGISTER
bool
config SPLIT_IRQ
bool