Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Mauro Carvalho Chehab | 3d17fb1 | 2009-08-23 00:51:22 -0300 | [diff] [blame] | 2 | config DVB_PT1 |
| 3 | tristate "PT1 cards" |
| 4 | depends on DVB_CORE && PCI && I2C |
Akihiro Tsukada | b732539 | 2018-04-08 13:39:51 -0400 | [diff] [blame] | 5 | select DVB_TC90522 if MEDIA_SUBDRV_AUTOSELECT |
| 6 | select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT |
| 7 | select MEDIA_TUNER_QM1D1B0004 if MEDIA_SUBDRV_AUTOSELECT |
Mauro Carvalho Chehab | 3d17fb1 | 2009-08-23 00:51:22 -0300 | [diff] [blame] | 8 | help |
| 9 | Support for Earthsoft PT1 PCI cards. |
| 10 | |
| 11 | Since these cards have no MPEG decoder onboard, they transmit |
| 12 | only compressed MPEG data over the PCI bus, so you need |
| 13 | an external software decoder to watch TV on your computer. |
| 14 | |
| 15 | Say Y or M if you own such a device and want to use it. |
| 16 | |