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

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

At boards/sparc/generic_leon3/Kconfig.defconfig:10

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config SPARC_CASA
    bool
    default n
    depends on BOARD_GENERIC_LEON3

At soc/sparc/Kconfig:4

Included via Kconfig:8Kconfig.zephyr:38soc/Kconfig:17

Menu path: (Top) → Hardware Configuration

config SPARC_CASA
    bool
    default y

At arch/sparc/Kconfig:29

Included via Kconfig:8Kconfig.zephyr:39arch/Kconfig:12

Menu path: (Top) → SPARC Options

config SPARC_CASA
    bool "CASA instructions"
    depends on 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.)