brintos

brintos / linux-shallow public Read only

0
0
Text · 366 B · e511e51 Raw
11 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config DVB_VIDTV3	tristate "Virtual DVB Driver (vidtv)"4	depends on DVB_CORE && MEDIA_SUPPORT && I2C5	help6	  The virtual DVB test driver serves as a reference DVB driver and helps7	  validate the existing APIs in the media subsystem. It can also aid developers8	  working on userspace applications.9 10	  When in doubt, say N.11