162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_ci# Used by drivers that need Videobuf2 modules
362306a36Sopenharmony_ciconfig VIDEOBUF2_CORE
462306a36Sopenharmony_ci	select DMA_SHARED_BUFFER
562306a36Sopenharmony_ci	tristate
662306a36Sopenharmony_ci
762306a36Sopenharmony_ciconfig VIDEOBUF2_V4L2
862306a36Sopenharmony_ci	tristate
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ciconfig VIDEOBUF2_MEMOPS
1162306a36Sopenharmony_ci	tristate
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ciconfig VIDEOBUF2_DMA_CONTIG
1462306a36Sopenharmony_ci	tristate
1562306a36Sopenharmony_ci	select VIDEOBUF2_CORE
1662306a36Sopenharmony_ci	select VIDEOBUF2_MEMOPS
1762306a36Sopenharmony_ci	select DMA_SHARED_BUFFER
1862306a36Sopenharmony_ci
1962306a36Sopenharmony_ciconfig VIDEOBUF2_VMALLOC
2062306a36Sopenharmony_ci	tristate
2162306a36Sopenharmony_ci	select VIDEOBUF2_CORE
2262306a36Sopenharmony_ci	select VIDEOBUF2_MEMOPS
2362306a36Sopenharmony_ci	select DMA_SHARED_BUFFER
2462306a36Sopenharmony_ci
2562306a36Sopenharmony_ciconfig VIDEOBUF2_DMA_SG
2662306a36Sopenharmony_ci	tristate
2762306a36Sopenharmony_ci	select VIDEOBUF2_CORE
2862306a36Sopenharmony_ci	select VIDEOBUF2_MEMOPS
2962306a36Sopenharmony_ci
3062306a36Sopenharmony_ciconfig VIDEOBUF2_DVB
3162306a36Sopenharmony_ci	tristate
3262306a36Sopenharmony_ci	select VIDEOBUF2_CORE
33