:orphan: .. title:: RPMSG_SERVICE_SHM_SIZE .. option:: CONFIG_RPMSG_SERVICE_SHM_SIZE *(No prompt -- not directly user assignable.)* Type: ``hex`` Help ==== This option specifies size of the memory region to be used for the OpenAMP IPC shared memory Direct dependencies =================== \ :option:`RPMSG_SERVICE ` *(Includes any dependencies from ifs and menus.)* Default ======= - "0x0" Kconfig definition ================== .. highlight:: kconfig At ``subsys/ipc/rpmsg_service/Kconfig:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:27`` → ``subsys/ipc/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication → RPMsg service for multiple users .. parsed-literal:: config RPMSG_SERVICE_SHM_SIZE hex default "0x0" depends on \ :option:`RPMSG_SERVICE ` help This option specifies size of the memory region to be used for the OpenAMP IPC shared memory *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*