CONFIG_IPC_SERVICE_STATIC_VRINGS_ALIGNMENT

VRINGs alignment

Type: int

Help

Static VRINGs alignment

Direct dependencies

IPC_SERVICE_STATIC_VRINGS && IPC_SERVICE

(Includes any dependencies from ifs and menus.)

Default

  • 4

Kconfig definition

At <Zephyr>/subsys/ipc/ipc_service/backends/Kconfig:49

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:27<Zephyr>/subsys/ipc/Kconfig:9<Zephyr>/subsys/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

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.)