:orphan: .. title:: CONFIG_XTENSA_NO_IPC .. kconfig:: CONFIG_XTENSA_NO_IPC CONFIG_XTENSA_NO_IPC #################### *Core has no IPC support* Type: ``bool`` Help ==== .. code-block:: none Uncheck this if you core does not implement "SCOMPARE1" register and "s32c1i" instruction. Direct dependencies =================== \ :kconfig:`XTENSA ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`ATOMIC_OPERATIONS_C ` Kconfig definition ================== At ``/xtensa/Kconfig:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → XTENSA Options .. code-block:: kconfig config XTENSA_NO_IPC bool "Core has no IPC support" select ATOMIC_OPERATIONS_C depends on XTENSA help Uncheck this if you core does not implement "SCOMPARE1" register and "s32c1i" instruction. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*