hppa-softmmu.mak: express dependencies with Kconfig
%-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>
This commit is contained in:
parent
23c95f06fe
commit
9483cf27dd
@ -1,13 +1,9 @@
|
|||||||
CONFIG_PCI=y
|
# Default configuration for hppa-softmmu
|
||||||
CONFIG_PCI_DEVICES=y
|
|
||||||
CONFIG_SERIAL=y
|
# Uncomment the following lines to disable these optional devices:
|
||||||
CONFIG_SERIAL_ISA=y
|
#
|
||||||
CONFIG_ISA_BUS=y
|
#CONFIG_PCI_DEVICES=n
|
||||||
CONFIG_I8259=y
|
|
||||||
CONFIG_E1000_PCI=y
|
# Boards:
|
||||||
CONFIG_IDE_CMD646=y
|
#
|
||||||
# CONFIG_IDE_MMIO=y
|
|
||||||
CONFIG_LSI_SCSI_PCI=y
|
|
||||||
CONFIG_VIRTIO_VGA=y
|
|
||||||
CONFIG_MC146818RTC=y
|
|
||||||
CONFIG_DINO=y
|
CONFIG_DINO=y
|
||||||
|
@ -1,2 +1,10 @@
|
|||||||
config DINO
|
config DINO
|
||||||
bool
|
bool
|
||||||
|
imply PCI_DEVICES
|
||||||
|
select PCI
|
||||||
|
select SERIAL
|
||||||
|
select ISA_BUS
|
||||||
|
select I8259
|
||||||
|
select IDE_CMD646
|
||||||
|
select MC146818RTC
|
||||||
|
select LSI_SCSI_PCI
|
||||||
|
Loading…
Reference in New Issue
Block a user