mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-18 13:38:36 -07:00
cris-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
d1a95ef4ac
commit
23c95f06fe
2 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
# Default configuration for cris-softmmu
|
# Default configuration for cris-softmmu
|
||||||
|
|
||||||
CONFIG_ETRAXFS=y
|
# Boards:
|
||||||
CONFIG_NAND=y
|
#
|
||||||
CONFIG_PFLASH_CFI02=y
|
|
||||||
CONFIG_AXIS=y
|
CONFIG_AXIS=y
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,8 @@
|
||||||
config AXIS
|
config AXIS
|
||||||
bool
|
bool
|
||||||
|
select ETRAXFS
|
||||||
|
select PFLASH_CFI02
|
||||||
|
select NAND
|
||||||
|
|
||||||
config ETRAXFS
|
config ETRAXFS
|
||||||
bool
|
bool
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue