07c4a51a29
In preperation for having an ARM and MicroBlaze ZynqMP machine let's split out the current ARM specific config options. Signed-off-by: Alistair Francis <alistair.francis@xilinx.com> Acked-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
11 lines
216 B
Makefile
11 lines
216 B
Makefile
# Default configuration for aarch64-softmmu
|
|
|
|
# We support all the 32 bit boards so need all their config
|
|
include arm-softmmu.mak
|
|
|
|
CONFIG_AUX=y
|
|
CONFIG_DDC=y
|
|
CONFIG_DPCD=y
|
|
CONFIG_XLNX_ZYNQMP=y
|
|
CONFIG_XLNX_ZYNQMP_ARM=y
|