aboutsummaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@amd.com>2023-04-18 14:51:55 +0200
committerTom Rini <trini@konsulko.com>2023-04-25 15:31:28 -0400
commit539486787ec8bd9337c497171ff8bd67625a51a9 (patch)
treea54ad1acdf1b3e3c29e1e2ace2b0043b94754793 /Kconfig
parent7add47959ed24a9cb7ffef081d2f9b5bdb8ae275 (diff)
downloadu-boot-539486787ec8bd9337c497171ff8bd67625a51a9.zip
u-boot-539486787ec8bd9337c497171ff8bd67625a51a9.tar.gz
u-boot-539486787ec8bd9337c497171ff8bd67625a51a9.tar.bz2
xen: Add dependency on armv8
U-Boot currently implements hypervisor calls only for ARM64 that's why add dependency on ARM64. The hardware functionality is also available on ARMv7a, but currently not supported by U-Boot, hence it is not added to the list of dependencies here. Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index b4de17a..888b998 100644
--- a/Kconfig
+++ b/Kconfig
@@ -175,6 +175,7 @@ config CC_HAS_ASM_INLINE
config XEN
bool "Select U-Boot be run as a bootloader for XEN Virtual Machine"
+ depends on ARM64
select SSCANF
help
Enabling this option will make U-Boot be run as a bootloader