arm: rename tiny64.conf to tiny64_defconfig
authorVolodymyr Babchuk <Volodymyr_Babchuk@epam.com>
Thu, 16 May 2019 13:39:00 +0000 (15:39 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 6 Jun 2019 09:12:32 +0000 (11:12 +0200)
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 <volodymyr_babchuk@epam.com>
Acked-by: Julien Grall <julien.grall@arm.com>
xen/arch/arm/configs/tiny64.conf [deleted file]
xen/arch/arm/configs/tiny64_defconfig [new file with mode: 0644]

diff --git a/xen/arch/arm/configs/tiny64.conf b/xen/arch/arm/configs/tiny64.conf
deleted file mode 100644 (file)
index cc6d93f..0000000
+++ /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 (file)
index 0000000..cc6d93f
--- /dev/null
@@ -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