mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 11:04:58 -06:00
xtensa-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:
parent
e6f3d3fbdf
commit
3a56c2f36c
3 changed files with 6 additions and 10 deletions
|
@ -1,8 +1,6 @@
|
||||||
# Default configuration for Xtensa
|
# Default configuration for Xtensa
|
||||||
|
|
||||||
CONFIG_SERIAL=y
|
# Boards:
|
||||||
CONFIG_OPENCORES_ETH=y
|
#
|
||||||
CONFIG_PFLASH_CFI01=y
|
|
||||||
|
|
||||||
CONFIG_XTENSA_SIM=y
|
CONFIG_XTENSA_SIM=y
|
||||||
CONFIG_XTENSA_XTFPGA=y
|
CONFIG_XTENSA_XTFPGA=y
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
# Default configuration for Xtensa
|
# Default configuration for Xtensa
|
||||||
|
|
||||||
CONFIG_SERIAL=y
|
include xtensa-softmmu.mak
|
||||||
CONFIG_OPENCORES_ETH=y
|
|
||||||
CONFIG_PFLASH_CFI01=y
|
|
||||||
|
|
||||||
CONFIG_XTENSA_SIM=y
|
|
||||||
CONFIG_XTENSA_XTFPGA=y
|
|
||||||
|
|
|
@ -3,3 +3,6 @@ config XTENSA_SIM
|
||||||
|
|
||||||
config XTENSA_XTFPGA
|
config XTENSA_XTFPGA
|
||||||
bool
|
bool
|
||||||
|
select OPENCORES_ETH
|
||||||
|
select PFLASH_CFI01
|
||||||
|
select SERIAL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue