:orphan: .. title:: HAS_FLASH_LOAD_OFFSET .. option:: CONFIG_HAS_FLASH_LOAD_OFFSET *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== This option is selected by targets having a FLASH_LOAD_OFFSET and FLASH_LOAD_SIZE. Default ======= - y Symbols that select this symbol =============================== - \ :option:`ITE_IT8XXX2_INTC ` - \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` - \ :option:`CPU_CORTEX_M ` - \ :option:`CPU_CORTEX_R ` - \ :option:`CPU_CORTEX_A ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/riscv/hifive1_revb/Kconfig.defconfig:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config HAS_FLASH_LOAD_OFFSET bool default y depends on \ :option:`BOARD_HIFIVE1_REVB ` ---- At ``Kconfig.zephyr:74`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Linker Options .. parsed-literal:: 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.)*