mirror of
https://github.com/qemu/qemu.git
synced 2025-08-05 10:37:09 +00:00

%-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>
11 lines
181 B
Plaintext
11 lines
181 B
Plaintext
config DINO
|
|
bool
|
|
imply PCI_DEVICES
|
|
select PCI
|
|
select SERIAL
|
|
select ISA_BUS
|
|
select I8259
|
|
select IDE_CMD646
|
|
select MC146818RTC
|
|
select LSI_SCSI_PCI
|