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

ARM64

(Includes any dependencies from ifs and menus.)

Default

Symbols that select this symbol

Kconfig definition

At <Zephyr>/arch/arm64/core/Kconfig:81

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:37<Zephyr>/arch/Kconfig:12<Zephyr>/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.)