:orphan: .. title:: CONFIG_VIDEO_BUFFER_POOL_ALIGN .. kconfig:: CONFIG_VIDEO_BUFFER_POOL_ALIGN CONFIG_VIDEO_BUFFER_POOL_ALIGN ############################## *Alignment of the video pool’s buffer* Type: ``int`` Direct dependencies =================== \ :kconfig:`VIDEO ` *(Includes any dependencies from ifs and menus.)* Default ======= - 64 Kconfig definition ================== At ``/video/Kconfig:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:98`` Menu path: (Top) → Device Drivers → VIDEO hardware support .. code-block:: kconfig config VIDEO_BUFFER_POOL_ALIGN int "Alignment of the video pool’s buffer" default 64 depends on VIDEO *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*