:orphan: .. title:: CONFIG_HAS_SRAM_OFFSET .. kconfig:: CONFIG_HAS_SRAM_OFFSET 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 =============================== - \ :kconfig:`X86_PC_COMPATIBLE ` Kconfig definition ================== At ``Kconfig.zephyr:205`` 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.)*