nios2-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:
Paolo Bonzini 2019-01-29 12:16:27 +01:00
parent bacef57d83
commit 0d34540422
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,5 @@
# Default configuration for nios2-softmmu
CONFIG_NIOS2=y
CONFIG_SERIAL=y
CONFIG_ALTERA_TIMER=y
# Boards:
#
CONFIG_NIOS2_10M50=y

View File

@ -1,5 +1,8 @@
config NIOS2_10M50
bool
select NIOS2
select SERIAL
select ALTERA_TIMER
config NIOS2
bool