From 612b2627de010db79e3dd79e912d0c6481e2ef01 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Mon, 11 Jun 2018 14:17:07 +0800 Subject: MLK-18577-2 Kconfig: Introduce CONFIG_XEN Introduce CONFIG_XEN to make U-Boot could be used as bootloader for a virtual machine. Without bootloader, we could successfully boot up android on XEN, but we need need bootloader to support A/B, dm verify and etc. Signed-off-by: Peng Fan --- Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig index 43540614ce..a9343aca48 100644 --- a/Kconfig +++ b/Kconfig @@ -59,6 +59,13 @@ config CC_OPTIMIZE_FOR_SIZE This option is enabled by default for U-Boot. +config XEN + bool "Select U-Boot be run as a bootloader for XEN Virtual Machine" + default n + help + Enabling this option will make U-Boot be run as a bootloader + for XEN Virtual Machine. + config DISTRO_DEFAULTS bool "Select defaults suitable for booting general purpose Linux distributions" default y if ARCH_SUNXI || TEGRA -- cgit v1.2.3