summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2018-06-11 14:17:07 +0800
committerYe Li <ye.li@nxp.com>2018-06-13 20:00:21 -0700
commit612b2627de010db79e3dd79e912d0c6481e2ef01 (patch)
treeae11493bb786f3f52dd7d575920344ff08a5226d /Kconfig
parent639d7ab25ccb967072f3f81eba962cb8ce43fa95 (diff)
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 <peng.fan@nxp.com>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig7
1 files changed, 7 insertions, 0 deletions
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