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 && ARM

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At arch/arm/core/aarch64/Kconfig:59

Included via Kconfig:8Kconfig.zephyr:29arch/Kconfig:12arch/arm/Kconfig:46

Menu path: (Top) → ARM Options

config AARCH64_IMAGE_HEADER
    bool "Add image header"
    depends on ARM64 && ARM
    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.)