mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00: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:
@ -1,6 +1,5 @@
|
||||
# Default configuration for cris-softmmu
|
||||
|
||||
CONFIG_ETRAXFS=y
|
||||
CONFIG_NAND=y
|
||||
CONFIG_PFLASH_CFI02=y
|
||||
# Boards:
|
||||
#
|
||||
CONFIG_AXIS=y
|
||||
|
@ -1,5 +1,8 @@
|
||||
config AXIS
|
||||
bool
|
||||
select ETRAXFS
|
||||
select PFLASH_CFI02
|
||||
select NAND
|
||||
|
||||
config ETRAXFS
|
||||
bool
|
||||
|
Reference in New Issue
Block a user