:orphan: .. title:: CONFIG_IPC_SERVICE_STATIC_VRINGS_ALIGNMENT .. kconfig:: CONFIG_IPC_SERVICE_STATIC_VRINGS_ALIGNMENT CONFIG_IPC_SERVICE_STATIC_VRINGS_ALIGNMENT ########################################## *VRINGs alignment* Type: ``int`` Help ==== .. code-block:: none Static VRINGs alignment Direct dependencies =================== \ :kconfig:`IPC_SERVICE_STATIC_VRINGS ` && \ :kconfig:`IPC_SERVICE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== At ``/ipc/ipc_service/backends/Kconfig:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:27`` → ``/ipc/Kconfig:9`` → ``/ipc/ipc_service/Kconfig:14`` Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication → IPC service support multiple backends → Static VRINGs support library .. code-block:: kconfig config IPC_SERVICE_STATIC_VRINGS_ALIGNMENT int "VRINGs alignment" default 4 depends on IPC_SERVICE_STATIC_VRINGS && IPC_SERVICE help Static VRINGs alignment *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*