mirror of
https://github.com/mii443/qemu.git
synced 2025-08-23 07:35:47 +00:00
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:
@ -1,6 +1,5 @@
|
|||||||
# Default configuration for or1k-softmmu
|
# Default configuration for or1k-softmmu
|
||||||
|
|
||||||
CONFIG_SERIAL=y
|
# Boards:
|
||||||
CONFIG_OPENCORES_ETH=y
|
#
|
||||||
CONFIG_OMPIC=y
|
|
||||||
CONFIG_OR1K_SIM=y
|
CONFIG_OR1K_SIM=y
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
config OR1K_SIM
|
config OR1K_SIM
|
||||||
bool
|
bool
|
||||||
|
select SERIAL
|
||||||
|
select OPENCORES_ETH
|
||||||
|
select OMPIC
|
||||||
|
Reference in New Issue
Block a user