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