mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
sparc64-softmmu.mak: express dependencies with Kconfig
%-softmmu.mak only keep boards and optional device definitions in Kconfig mode. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
8c75eec06d
commit
152f8d7923
2 changed files with 21 additions and 15 deletions
|
@ -1,6 +1,19 @@
|
|||
config SUN4U
|
||||
bool
|
||||
imply PCI_DEVICES
|
||||
imply SUNHME
|
||||
imply TEST_DEVICES
|
||||
select M48T59
|
||||
select ISA_BUS
|
||||
select FDC
|
||||
select SERIAL_ISA
|
||||
select PCI_SABRE
|
||||
select IDE_CMD646
|
||||
select PARALLEL
|
||||
select PCKBD
|
||||
select SIMBA
|
||||
|
||||
config NIAGARA
|
||||
bool
|
||||
select EMPTY_SLOT
|
||||
select SUN4V_RTC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue