mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
alpha-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
98bd1db99f
commit
d1a95ef4ac
2 changed files with 17 additions and 12 deletions
|
@ -1,2 +1,12 @@
|
|||
config DP264
|
||||
bool
|
||||
imply PCI_DEVICES
|
||||
imply TEST_DEVICES
|
||||
select I82374
|
||||
select I8254
|
||||
select I8259
|
||||
select IDE_CMD646
|
||||
select MC146818RTC
|
||||
select PCI
|
||||
select PCKBD
|
||||
select SMC37C669
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue