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
Symbols that select this symbol
Kconfig definition
At <Architecture>/arm64/core/Kconfig:81
Included via Kconfig:8
→ Kconfig.zephyr:39
→ <Architecture>/Kconfig:12
→ <Architecture>/arm64/Kconfig:32
Menu path: (Top) → ARM64 Options
config AARCH64_IMAGE_HEADER
bool "Add image header"
default y if ARM_MMU || ARM_MPU
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.)