qemu-patch-raspberry4/hw/sparc64/Kconfig
Thomas Huth 5aa78a8957 hw/misc: Add a config switch for the "unimplemented" device
The device is only used by some few boards. Let's use a proper Kconfig
switch so that we only compile this code if we really need it.

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

21 lines
339 B
Plaintext

config SUN4U
bool
imply PCI_DEVICES
imply SUNHME
imply TEST_DEVICES
imply PARALLEL
select M48T59
select ISA_BUS
select FDC
select SERIAL_ISA
select PCI_SABRE
select IDE_CMD646
select PCKBD
select SIMBA
config NIAGARA
bool
select EMPTY_SLOT
select SUN4V_RTC
select UNIMP