:orphan: .. title:: OPENAMP_RSC_TABLE .. option:: CONFIG_OPENAMP_RSC_TABLE *coprocessor resource table* Type: ``bool`` Help ==== 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 ============================== - \ :option:`OPENAMP ` Symbols that select this symbol =============================== - \ :option:`SOC_SERIES_STM32MP1X ` Kconfig definition ================== .. highlight:: kconfig At ``lib/open-amp/Kconfig:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:20`` Menu path: (Top) → Additional libraries .. parsed-literal:: config OPENAMP_RSC_TABLE bool "coprocessor resource table" imply \ :option:`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.)*