mirror of
https://github.com/qemu/qemu.git
synced 2024-12-13 22:43:32 +08:00
ffd9589ee2
Move the QOM type and macros into a new include/hw/pci-bridge/simba.h file, and add a new CONFIG_SIMBA Makefile.objs variable which is enabled for sparc64-softmmu builds only. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> CC: Michael S. Tsirkin <mst@redhat.com> CC: Marcel Apfelbaum <marcel@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Acked-by: Artyom Tarasenko <atar4qemu@gmail.com>
21 lines
357 B
Makefile
21 lines
357 B
Makefile
# Default configuration for sparc64-softmmu
|
|
|
|
include pci.mak
|
|
include usb.mak
|
|
CONFIG_M48T59=y
|
|
CONFIG_PTIMER=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_SERIAL_ISA=y
|
|
CONFIG_PARALLEL=y
|
|
CONFIG_PCKBD=y
|
|
CONFIG_FDC=y
|
|
CONFIG_IDE_ISA=y
|
|
CONFIG_IDE_CMD646=y
|
|
CONFIG_PCI_APB=y
|
|
CONFIG_SIMBA=y
|
|
CONFIG_SUNHME=y
|
|
CONFIG_MC146818RTC=y
|
|
CONFIG_ISA_TESTDEV=y
|
|
CONFIG_EMPTY_SLOT=y
|
|
CONFIG_SUN4V_RTC=y
|