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>
stable-4.0
Paolo Bonzini 2019-01-29 12:16:26 +01:00
parent d1a95ef4ac
commit 23c95f06fe
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,5 @@
# Default configuration for cris-softmmu
CONFIG_ETRAXFS=y
CONFIG_NAND=y
CONFIG_PFLASH_CFI02=y
# Boards:
#
CONFIG_AXIS=y

View File

@ -1,5 +1,8 @@
config AXIS
bool
select ETRAXFS
select PFLASH_CFI02
select NAND
config ETRAXFS
bool