diff options
Diffstat (limited to 'configs/devices/aarch64-softmmu/default.mak')
-rw-r--r-- | configs/devices/aarch64-softmmu/default.mak | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/devices/aarch64-softmmu/default.mak b/configs/devices/aarch64-softmmu/default.mak new file mode 100644 index 0000000..cf43ac8 --- /dev/null +++ b/configs/devices/aarch64-softmmu/default.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/default.mak + +CONFIG_XLNX_ZYNQMP_ARM=y +CONFIG_XLNX_VERSAL=y +CONFIG_SBSA_REF=y |