:orphan: .. title:: CONFIG_HAS_FLASH_LOAD_OFFSET .. kconfig:: CONFIG_HAS_FLASH_LOAD_OFFSET CONFIG_HAS_FLASH_LOAD_OFFSET ############################ *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This option is selected by targets having a FLASH_LOAD_OFFSET and FLASH_LOAD_SIZE. Default ======= - y Symbols that select this symbol =============================== - \ :kconfig:`ITE_IT8XXX2_INTC ` - \ :kconfig:`ITE_IT8XXX2_INTC ` - \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 ` - \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 ` - \ :kconfig:`CPU_CORTEX_M ` - \ :kconfig:`CPU_CORTEX_R ` - \ :kconfig:`CPU_CORTEX_A ` - \ :kconfig:`CPU_AARCH64_CORTEX_R ` Kconfig definitions =================== At ``/riscv/hifive1_revb/Kconfig.defconfig:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config HAS_FLASH_LOAD_OFFSET bool default y depends on BOARD_HIFIVE1_REVB ---- At ``Kconfig.zephyr:75`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Linker Options .. code-block:: kconfig config HAS_FLASH_LOAD_OFFSET bool help This option is selected by targets having a FLASH_LOAD_OFFSET and FLASH_LOAD_SIZE. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*