xref: /linux/drivers/media/test-drivers/vidtv/Kconfig (revision fbf5df34a4dbcd09d433dd4f0916bf9b2ddb16de)
1# SPDX-License-Identifier: GPL-2.0-only
2config DVB_VIDTV
3	tristate "Virtual DVB Driver (vidtv)"
4	depends on DVB_CORE && MEDIA_SUPPORT && I2C
5	select CRC32
6	help
7	  The virtual DVB test driver serves as a reference DVB driver and helps
8	  validate the existing APIs in the media subsystem. It can also aid developers
9	  working on userspace applications.
10
11	  When in doubt, say N.
12