:orphan: .. title:: HAS_SRAM_OFFSET .. option:: CONFIG_HAS_SRAM_OFFSET *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This option is selected by targets that require SRAM_OFFSET. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`X86_PC_COMPATIBLE ` Kconfig definition ================== At ``Kconfig.zephyr:167`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Linker Options .. code-block:: kconfig config HAS_SRAM_OFFSET bool help This option is selected by targets that require SRAM_OFFSET. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*