diff options
Diffstat (limited to 'default-configs/devices/aarch64-softmmu.mak')
-rw-r--r-- | default-configs/devices/aarch64-softmmu.mak | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/default-configs/devices/aarch64-softmmu.mak b/default-configs/devices/aarch64-softmmu.mak new file mode 100644 index 0000000000..958b1e08e4 --- /dev/null +++ b/default-configs/devices/aarch64-softmmu.mak @@ -0,0 +1,8 @@ +# Default configuration for aarch64-softmmu + +# We support all the 32 bit boards so need all their config +include arm-softmmu.mak + +CONFIG_XLNX_ZYNQMP_ARM=y +CONFIG_XLNX_VERSAL=y +CONFIG_SBSA_REF=y |