:orphan: .. title:: AARCH64_IMAGE_HEADER .. option:: 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 =================== \ :option:`ARM64 ` && \ :option:`ARM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``arch/arm/core/aarch64/Kconfig:59`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` → ``arch/arm/Kconfig:46`` Menu path: (Top) → ARM Options .. parsed-literal:: config AARCH64_IMAGE_HEADER bool "Add image header" depends on \ :option:`ARM64 ` && \ :option:`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.)*