:orphan: .. title:: TFM_IPC .. option:: CONFIG_TFM_IPC *IPC* Type: ``bool`` Help ==== When enabled, this option signifies that the TF-M build supports the PSA API (IPC mode) instead of the secure library mode. Direct dependencies =================== \ :option:`BUILD_WITH_TFM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.tfm:97`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:32`` Menu path: (Top) → Modules → Build with TF-M as the Secure Execution Environment .. parsed-literal:: config TFM_IPC bool "IPC" depends on \ :option:`BUILD_WITH_TFM ` help When enabled, this option signifies that the TF-M build supports the PSA API (IPC mode) instead of the secure library mode. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*