:orphan: .. title:: OPENAMP .. option:: CONFIG_OPENAMP *OpenAMP Support* Type: ``bool`` Help ==== .. code-block:: none This option enables the OpenAMP IPC library Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`LIBMETAL ` Symbols that select this symbol =============================== - \ :option:`RPMSG_SERVICE ` Symbols that imply this symbol ============================== - \ :option:`OPENAMP_RSC_TABLE ` Kconfig definition ================== At ``/Kconfig.open-amp:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:24`` Menu path: (Top) → Modules .. code-block:: kconfig config OPENAMP bool "OpenAMP Support" select LIBMETAL help This option enables the OpenAMP IPC library *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*