CONFIG_AARCH64_IMAGE_HEADER¶
Add image header
Type: bool
Help¶
This option enables standard ARM64 boot image header used by Linux
and understood by loaders such as u-boot on Xen xl tool.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
y if
ARM_MMU
Symbols that select this symbol¶
Kconfig definition¶
At arch/arm64/core/Kconfig:81
Included via Kconfig:8
→ Kconfig.zephyr:39
→ arch/Kconfig:12
→ arch/arm64/Kconfig:32
Menu path: (Top) → ARM64 Options
config AARCH64_IMAGE_HEADER
bool "Add image header"
default y if ARM_MMU
depends on ARM64
help
This option enables standard ARM64 boot image header used by Linux
and understood by loaders such as u-boot on Xen xl tool.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)