mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
sparc-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
7ab58d4c84
commit
8c75eec06d
4 changed files with 21 additions and 16 deletions
|
@ -1,8 +1,21 @@
|
|||
config SUN4M
|
||||
bool
|
||||
imply TCX
|
||||
imply CG3
|
||||
select CS4231
|
||||
select ECCMEMCTL
|
||||
select EMPTY_SLOT
|
||||
select ESCC
|
||||
select ESP
|
||||
select FDC
|
||||
select SLAVIO
|
||||
select LANCE
|
||||
select M48T59
|
||||
select STP2000
|
||||
|
||||
config LEON3
|
||||
bool
|
||||
select GRLIB
|
||||
|
||||
config GRLIB
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue