qemu-patch-raspberry4/hw/dma/Kconfig
Thomas Huth 883e150f62 hw/core: Add a config switch for the "register" device
The "register" 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.

Message-Id: <20190817101931.28386-5-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2019-08-20 09:11:05 +02:00

23 lines
207 B
Plaintext

config RC4030
bool
config PL080
bool
config PL330
bool
config I82374
bool
select I8257
config I8257
bool
config ZYNQ_DEVCFG
bool
select REGISTER
config STP2000
bool