:orphan: .. title:: CONFIG_AARCH64_IMAGE_HEADER .. kconfig:: CONFIG_AARCH64_IMAGE_HEADER CONFIG_AARCH64_IMAGE_HEADER ########################### *Add image header* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`ARM64 ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`ARM_MMU ` Symbols that select this symbol =============================== - \ :kconfig:`XIP ` Kconfig definition ================== At ``/arm64/core/Kconfig:81`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` → ``/arm64/Kconfig:32`` Menu path: (Top) → ARM64 Options .. code-block:: kconfig 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.)*