| # VIDEO driver configuration options |
| # Copyright (c) 2019 Linaro Limited |
| # SPDX-License-Identifier: Apache-2.0 |
| Enable support for the VIDEO. |
| config VIDEO_INIT_PRIORITY |
| int "Video initialization priority" |
| System initialization priority for video drivers. |
| config VIDEO_BUFFER_POOL_SZ_MAX |
| int "Size of the largest buffer in the video pool" |
| config VIDEO_BUFFER_POOL_NUM_MAX |
| int "Number of maximum sized buffer in the video pool" |
| config VIDEO_BUFFER_POOL_ALIGN |
| int "Alignment of the video pool’s buffer" |
| source "drivers/video/Kconfig.mcux_csi" |
| source "drivers/video/Kconfig.sw_generator" |
| source "drivers/video/Kconfig.mt9m114" |
| source "drivers/video/Kconfig.ov7725" |
| source "drivers/video/Kconfig.ov2640" |