From: Volodymyr Babchuk Date: Thu, 16 May 2019 13:39:00 +0000 (+0200) Subject: arm: rename tiny64.conf to tiny64_defconfig X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~2123 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=928b99a66c3f213933e4d4dc6a4edf2200253f22;p=xen.git arm: rename tiny64.conf to tiny64_defconfig As build system now supports *_defconfig rules it is good to be able to configure minimal XEN image with make tiny64_defconfig command. Signed-off-by: Volodymyr Babchuk Acked-by: Julien Grall --- diff --git a/xen/arch/arm/configs/tiny64.conf b/xen/arch/arm/configs/tiny64.conf deleted file mode 100644 index cc6d93f2f8..0000000000 --- a/xen/arch/arm/configs/tiny64.conf +++ /dev/null @@ -1,37 +0,0 @@ -CONFIG_ARM_64=y -CONFIG_ARM=y - -# -# Architecture Features -# -# CONFIG_GICV3 is not set -# CONFIG_MEM_ACCESS is not set -# CONFIG_SBSA_VUART_CONSOLE is not set - -# -# Common Features -# -CONFIG_SCHED_CREDIT=y -# CONFIG_SCHED_CREDIT2 is not set -# CONFIG_SCHED_RTDS is not set -# CONFIG_SCHED_ARINC653 is not set -# CONFIG_SCHED_NULL is not set -# CONFIG_SUPPRESS_DUPLICATE_SYMBOL_WARNINGS is not set - -# -# Device Drivers -# -# CONFIG_HAS_NS16550 is not set -# CONFIG_HAS_CADENCE_UART is not set -# CONFIG_HAS_MVEBU is not set -# CONFIG_HAS_PL011 is not set -# CONFIG_HAS_SCIF is not set -# CONFIG_ARM_SMMU is not set - -# -# Debugging Options -# -# CONFIG_DEBUG is not set -# CONFIG_FRAME_POINTER is not set -# CONFIG_VERBOSE_DEBUG is not set -# CONFIG_SCRUB_DEBUG is not set diff --git a/xen/arch/arm/configs/tiny64_defconfig b/xen/arch/arm/configs/tiny64_defconfig new file mode 100644 index 0000000000..cc6d93f2f8 --- /dev/null +++ b/xen/arch/arm/configs/tiny64_defconfig @@ -0,0 +1,37 @@ +CONFIG_ARM_64=y +CONFIG_ARM=y + +# +# Architecture Features +# +# CONFIG_GICV3 is not set +# CONFIG_MEM_ACCESS is not set +# CONFIG_SBSA_VUART_CONSOLE is not set + +# +# Common Features +# +CONFIG_SCHED_CREDIT=y +# CONFIG_SCHED_CREDIT2 is not set +# CONFIG_SCHED_RTDS is not set +# CONFIG_SCHED_ARINC653 is not set +# CONFIG_SCHED_NULL is not set +# CONFIG_SUPPRESS_DUPLICATE_SYMBOL_WARNINGS is not set + +# +# Device Drivers +# +# CONFIG_HAS_NS16550 is not set +# CONFIG_HAS_CADENCE_UART is not set +# CONFIG_HAS_MVEBU is not set +# CONFIG_HAS_PL011 is not set +# CONFIG_HAS_SCIF is not set +# CONFIG_ARM_SMMU is not set + +# +# Debugging Options +# +# CONFIG_DEBUG is not set +# CONFIG_FRAME_POINTER is not set +# CONFIG_VERBOSE_DEBUG is not set +# CONFIG_SCRUB_DEBUG is not set