Browse Source

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>
pull/80/head
Paolo Bonzini 8 years ago
parent
commit
3a56c2f36c
  1. 6
      default-configs/xtensa-softmmu.mak
  2. 7
      default-configs/xtensaeb-softmmu.mak
  3. 3
      hw/xtensa/Kconfig

6
default-configs/xtensa-softmmu.mak

@ -1,8 +1,6 @@
# Default configuration for Xtensa
CONFIG_SERIAL=y
CONFIG_OPENCORES_ETH=y
CONFIG_PFLASH_CFI01=y
# Boards:
#
CONFIG_XTENSA_SIM=y
CONFIG_XTENSA_XTFPGA=y

7
default-configs/xtensaeb-softmmu.mak

@ -1,8 +1,3 @@
# Default configuration for Xtensa
CONFIG_SERIAL=y
CONFIG_OPENCORES_ETH=y
CONFIG_PFLASH_CFI01=y
CONFIG_XTENSA_SIM=y
CONFIG_XTENSA_XTFPGA=y
include xtensa-softmmu.mak

3
hw/xtensa/Kconfig

@ -3,3 +3,6 @@ config XTENSA_SIM
config XTENSA_XTFPGA
bool
select OPENCORES_ETH
select PFLASH_CFI01
select SERIAL

Loading…
Cancel
Save