162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ci 362306a36Sopenharmony_cimenuconfig V4L_TEST_DRIVERS 462306a36Sopenharmony_ci bool "V4L test drivers" 562306a36Sopenharmony_ci depends on VIDEO_DEV 662306a36Sopenharmony_ci 762306a36Sopenharmony_ciif V4L_TEST_DRIVERS 862306a36Sopenharmony_ci 962306a36Sopenharmony_ciconfig VIDEO_VIM2M 1062306a36Sopenharmony_ci tristate "Virtual Memory-to-Memory Driver" 1162306a36Sopenharmony_ci depends on VIDEO_DEV 1262306a36Sopenharmony_ci select VIDEOBUF2_VMALLOC 1362306a36Sopenharmony_ci select V4L2_MEM2MEM_DEV 1462306a36Sopenharmony_ci select MEDIA_CONTROLLER 1562306a36Sopenharmony_ci select MEDIA_CONTROLLER_REQUEST_API 1662306a36Sopenharmony_ci help 1762306a36Sopenharmony_ci This is a virtual test device for the memory-to-memory driver 1862306a36Sopenharmony_ci framework. 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_cisource "drivers/media/test-drivers/vicodec/Kconfig" 2162306a36Sopenharmony_cisource "drivers/media/test-drivers/vimc/Kconfig" 2262306a36Sopenharmony_cisource "drivers/media/test-drivers/vivid/Kconfig" 2362306a36Sopenharmony_cisource "drivers/media/test-drivers/visl/Kconfig" 2462306a36Sopenharmony_ci 2562306a36Sopenharmony_ciendif #V4L_TEST_DRIVERS 2662306a36Sopenharmony_ci 2762306a36Sopenharmony_cimenuconfig DVB_TEST_DRIVERS 2862306a36Sopenharmony_ci bool "DVB test drivers" 2962306a36Sopenharmony_ci depends on DVB_CORE && MEDIA_SUPPORT && I2C 3062306a36Sopenharmony_ci help 3162306a36Sopenharmony_ci Enables DVB test drivers. 3262306a36Sopenharmony_ci 3362306a36Sopenharmony_ci This enables the DVB test drivers. They are meant as an aid for 3462306a36Sopenharmony_ci DVB device driver writers and developers working on userspace 3562306a36Sopenharmony_ci media applications. 3662306a36Sopenharmony_ci 3762306a36Sopenharmony_ciif DVB_TEST_DRIVERS 3862306a36Sopenharmony_ci 3962306a36Sopenharmony_cisource "drivers/media/test-drivers/vidtv/Kconfig" 4062306a36Sopenharmony_ci 4162306a36Sopenharmony_ciendif #DVB_TEST_DRIVERS 42