CONFIG_XTENSA_NO_IPC

Core has no IPC support

Type: bool

Help

Uncheck this if you core does not implement “SCOMPARE1” register and “s32c1i” instruction.

Direct dependencies

XTENSA

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At arch/xtensa/Kconfig:73

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16

Menu path: (top menu) → XTENSA Options

config XTENSA_NO_IPC
    bool
    prompt "Core has no IPC support" if XTENSA
    select ATOMIC_OPERATIONS_C if XTENSA
    depends on XTENSA
    help
      Uncheck this if you core does not implement "SCOMPARE1" register and "s32c1i"
      instruction.

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