Kconfig (cbecf716ca618fd44feda6bd9a64a8179d031fc5) Kconfig (6cdc31b2d7095af3d39f001b0d4e367a6f32664e)
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 help
6 The virtual DVB test driver serves as a reference DVB driver and helps
7 validate the existing APIs in the media subsystem. It can also aid developers
8 working on userspace applications.
9
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 help
6 The virtual DVB test driver serves as a reference DVB driver and helps
7 validate the existing APIs in the media subsystem. It can also aid developers
8 working on userspace applications.
9
10
11 When in doubt, say N.
10 When in doubt, say N.