mirror of
https://github.com/qemu/qemu.git
synced 2024-11-30 15:23:34 +08:00
be6d08be25
This will let these machines run an endianness test for ISA I/O port space. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Message-id: 1374501278-31549-22-git-send-email-pbonzini@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
12 lines
194 B
Makefile
12 lines
194 B
Makefile
# Default configuration for sh4-softmmu
|
|
|
|
include pci.mak
|
|
include usb.mak
|
|
CONFIG_SERIAL=y
|
|
CONFIG_PTIMER=y
|
|
CONFIG_PFLASH_CFI02=y
|
|
CONFIG_SH4=y
|
|
CONFIG_IDE_MMIO=y
|
|
CONFIG_SM501=y
|
|
CONFIG_ISA_TESTDEV=y
|