0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config DVB_PT1
0003 tristate "PT1 cards"
0004 depends on DVB_CORE && PCI && I2C
0005 select DVB_TC90522 if MEDIA_SUBDRV_AUTOSELECT
0006 select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
0007 select MEDIA_TUNER_QM1D1B0004 if MEDIA_SUBDRV_AUTOSELECT
0008 help
0009 Support for Earthsoft PT1 PCI cards.
0010
0011 Since these cards have no MPEG decoder onboard, they transmit
0012 only compressed MPEG data over the PCI bus, so you need
0013 an external software decoder to watch TV on your computer.
0014
0015 Say Y or M if you own such a device and want to use it.
0016