:orphan: .. title:: CONFIG_OPENAMP .. kconfig:: CONFIG_OPENAMP 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 =============================== - \ :kconfig:`LIBMETAL ` Symbols that select this symbol =============================== - \ :kconfig:`RPMSG_SERVICE ` - \ :kconfig:`IPC_SERVICE_BACKEND_RPMSG ` Symbols that imply this symbol ============================== - \ :kconfig:`OPENAMP_RSC_TABLE ` Kconfig definition ================== At ``/Kconfig.open-amp:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:22`` 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.)*