:orphan: .. title:: CONFIG_TFM_IPC .. kconfig:: CONFIG_TFM_IPC CONFIG_TFM_IPC ############## *IPC* Type: ``bool`` Help ==== .. code-block:: none When enabled, this option signifies that the TF-M build supports the PSA API (IPC mode) instead of the secure library mode. When TF-M Profile option is supplied, do not allow manual setting of the IPC mode, as it is determined by the profile setting. Direct dependencies =================== \ :kconfig:`BUILD_WITH_TFM ` && 0 *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`TFM_PROFILE_TYPE_MEDIUM ` || \ :kconfig:`TFM_PROFILE_TYPE_LARGE ` Kconfig definition ================== At ``/trusted-firmware-m/Kconfig.tfm:187`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` → ``/trusted-firmware-m/Kconfig:7`` Menu path: (Top) → Modules → Build with TF-M as the Secure Execution Environment .. code-block:: kconfig config TFM_IPC bool "IPC" if TFM_PROFILE_TYPE_NOT_SET default y if TFM_PROFILE_TYPE_MEDIUM || TFM_PROFILE_TYPE_LARGE depends on BUILD_WITH_TFM && 0 help When enabled, this option signifies that the TF-M build supports the PSA API (IPC mode) instead of the secure library mode. When TF-M Profile option is supplied, do not allow manual setting of the IPC mode, as it is determined by the profile setting. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*