:orphan: .. title:: SPARC_CASA .. option:: CONFIG_SPARC_CASA *CASA instructions* Type: ``bool`` Help ==== Use CASA atomic instructions. Defined by SPARC V9 and available in some LEON processors. Defaults ======== - n - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/sparc/generic_leon3/Kconfig.defconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config SPARC_CASA bool default n depends on \ :option:`BOARD_GENERIC_LEON3 ` ---- At ``soc/sparc/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:1`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config SPARC_CASA bool default y ---- At ``arch/sparc/Kconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → SPARC Options .. parsed-literal:: config SPARC_CASA bool "CASA instructions" depends on \ :option:`SPARC ` help Use CASA atomic instructions. Defined by SPARC V9 and available in some LEON processors. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*