diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-09-18 06:06:09 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-10-03 08:07:35 -0400 |
commit | 1bb4cb1c33805c0da0db5b76852bb73759625c4e (patch) | |
tree | 7bcbf8234429845f1db5b98c3a757ee9b4078ffa /default-configs/devices/xtensa-softmmu.mak | |
parent | 3350870143e614a0e56d8321f42bc2d7e8a4b471 (diff) |
default-configs: move files to default-configs/devices/
Make room for target files in default-configs/targets/
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'default-configs/devices/xtensa-softmmu.mak')
-rw-r--r-- | default-configs/devices/xtensa-softmmu.mak | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/default-configs/devices/xtensa-softmmu.mak b/default-configs/devices/xtensa-softmmu.mak new file mode 100644 index 0000000000..4fe1bf00c9 --- /dev/null +++ b/default-configs/devices/xtensa-softmmu.mak @@ -0,0 +1,9 @@ +# Default configuration for Xtensa + +CONFIG_SEMIHOSTING=y + +# Boards: +# +CONFIG_XTENSA_SIM=y +CONFIG_XTENSA_VIRT=y +CONFIG_XTENSA_XTFPGA=y |