qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

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>

+6 -10
+2 -4
default-configs/xtensa-softmmu.mak
··· 1 1 # Default configuration for Xtensa 2 2 3 - CONFIG_SERIAL=y 4 - CONFIG_OPENCORES_ETH=y 5 - CONFIG_PFLASH_CFI01=y 6 - 3 + # Boards: 4 + # 7 5 CONFIG_XTENSA_SIM=y 8 6 CONFIG_XTENSA_XTFPGA=y
+1 -6
default-configs/xtensaeb-softmmu.mak
··· 1 1 # Default configuration for Xtensa 2 2 3 - CONFIG_SERIAL=y 4 - CONFIG_OPENCORES_ETH=y 5 - CONFIG_PFLASH_CFI01=y 6 - 7 - CONFIG_XTENSA_SIM=y 8 - CONFIG_XTENSA_XTFPGA=y 3 + include xtensa-softmmu.mak
+3
hw/xtensa/Kconfig
··· 3 3 4 4 config XTENSA_XTFPGA 5 5 bool 6 + select OPENCORES_ETH 7 + select PFLASH_CFI01 8 + select SERIAL