:orphan: .. title:: CONFIG_OPENAMP_RSC_TABLE .. kconfig:: CONFIG_OPENAMP_RSC_TABLE CONFIG_OPENAMP_RSC_TABLE ######################## *coprocessor resource table* Type: ``bool`` Help ==== .. code-block:: none add the resource table in the generated binary. This table is compatible with linux remote proc framework and OpenAMP library. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols implied by this symbol ============================== - \ :kconfig:`OPENAMP ` Symbols that select this symbol =============================== - \ :kconfig:`SOC_SERIES_STM32MP1X ` - \ :kconfig:`SOC_SERIES_STM32MP1X ` Kconfig definition ================== At ``/open-amp/Kconfig:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:14`` Menu path: (Top) → Additional libraries .. code-block:: kconfig config OPENAMP_RSC_TABLE bool "coprocessor resource table" imply OPENAMP help add the resource table in the generated binary. This table is compatible with linux remote proc framework and OpenAMP library. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*