9483cf27dd
%-softmmu.mak only keep boards and optional device definitions in Kconfig mode. Note that the Dino board uses a memory mapped 16550 UART and therefore only CONFIG_SERIAL is needed, not CONFIG_SERIAL_ISA. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
10 lines
160 B
Makefile
10 lines
160 B
Makefile
# Default configuration for hppa-softmmu
|
|
|
|
# Uncomment the following lines to disable these optional devices:
|
|
#
|
|
#CONFIG_PCI_DEVICES=n
|
|
|
|
# Boards:
|
|
#
|
|
CONFIG_DINO=y
|