7ab58d4c84
%-softmmu.mak only keep boards and optional device definitions in Kconfig mode. Note that USB_OHCI was missing (it was brought in via pci.mak, but r2d needs the sysbus version) and SERIAL is not used. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
12 lines
197 B
Makefile
12 lines
197 B
Makefile
# Default configuration for sh4eb-softmmu
|
|
|
|
# Uncomment the following lines to disable these optional devices:
|
|
#
|
|
#CONFIG_PCI_DEVICES=n
|
|
#CONFIG_TEST_DEVICES=n
|
|
|
|
# Boards:
|
|
#
|
|
CONFIG_R2D=y
|
|
CONFIG_SHIX=y
|