20 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config DVB_TTUSB_BUDGET3 tristate "Technotrend/Hauppauge Nova-USB devices"4 depends on DVB_CORE && USB && I2C && PCI5 select DVB_CX22700 if MEDIA_SUBDRV_AUTOSELECT6 select DVB_TDA1004X if MEDIA_SUBDRV_AUTOSELECT7 select DVB_VES1820 if MEDIA_SUBDRV_AUTOSELECT8 select DVB_TDA8083 if MEDIA_SUBDRV_AUTOSELECT9 select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT10 select DVB_STV0297 if MEDIA_SUBDRV_AUTOSELECT11 select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT12 help13 Support for external USB adapters designed by Technotrend and14 produced by Hauppauge, shipped under the brand name 'Nova-USB'.15 16 These devices don't have a MPEG decoder built in, so you need17 an external software decoder to watch TV.18 19 Say Y if you own such a device and want to use it.20