Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config DVB_VIDTV
0003         tristate "Virtual DVB Driver (vidtv)"
0004         depends on DVB_CORE && MEDIA_SUPPORT && I2C
0005         help
0006           The virtual DVB test driver serves as a reference DVB driver and helps
0007           validate the existing APIs in the media subsystem. It can also aid developers
0008           working on userspace applications.
0009 
0010           When in doubt, say N.