:orphan: .. title:: CONFIG_NO_UNUSED_STACK_INSPECTION .. kconfig:: CONFIG_NO_UNUSED_STACK_INSPECTION CONFIG_NO_UNUSED_STACK_INSPECTION ################################# *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Selected if the architecture will generate a fault if unused stack memory is examined, which is the region between the current stack pointer and the deepest available address in the current stack region. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`ARC_STACK_CHECKING ` Kconfig definition ================== At ``/Kconfig:324`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` Menu path: (Top) → General Architecture Options .. code-block:: kconfig config NO_UNUSED_STACK_INSPECTION bool help Selected if the architecture will generate a fault if unused stack memory is examined, which is the region between the current stack pointer and the deepest available address in the current stack region. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*