or1k-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 0d34540422
commit 312c320ff8
2 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,5 @@
# Default configuration for or1k-softmmu
CONFIG_SERIAL=y
CONFIG_OPENCORES_ETH=y
CONFIG_OMPIC=y
# Boards:
#
CONFIG_OR1K_SIM=y

View file

@ -1,2 +1,5 @@
config OR1K_SIM
bool
select SERIAL
select OPENCORES_ETH
select OMPIC