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