mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 07:31:15 +00:00
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>
This commit is contained in:
parent
7add47959e
commit
539486787e
1 changed files with 1 additions and 0 deletions
1
Kconfig
1
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
|
||||
|
|
Loading…
Reference in a new issue