The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_LDREX_STREX_AVAILABLE

(No prompt – not directly user assignable.)

Type: bool

Direct dependencies

CPU_CORTEX_M && ARM

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At arch/arm/core/cortex_m/Kconfig:267

Included via Kconfig:10Kconfig.zephyr:29arch/Kconfig:15arch/arm/Kconfig:13arch/arm/core/Kconfig:166

Menu path: (top menu) → ARM Options → ARM Cortex-M options

config LDREX_STREX_AVAILABLE
    bool
    default "y" if CPU_CORTEX_M && ARM
    depends on CPU_CORTEX_M && ARM

(Definitions include propagated dependencies, including from if’s and menus.)