| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | config DVB_BT8XX | 
| Michael Krufky | 2684f5c | 2005-09-06 15:19:38 -0700 | [diff] [blame] | 2 | tristate "BT8xx based PCI cards" | 
| Manu Abraham | 3c2c549 | 2006-05-20 13:17:00 -0300 | [diff] [blame^] | 3 | depends on DVB_CORE && PCI && I2C && VIDEO_BT848 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | select DVB_MT352 | 
|  | 5 | select DVB_SP887X | 
|  | 6 | select DVB_NXT6000 | 
|  | 7 | select DVB_CX24110 | 
|  | 8 | select DVB_OR51211 | 
| Michael Krufky | 3cff00d | 2005-11-08 21:35:12 -0800 | [diff] [blame] | 9 | select DVB_LGDT330X | 
| Michael Krufky | 3a63fc4 | 2006-04-11 18:16:22 -0300 | [diff] [blame] | 10 | select DVB_ZL10353 | 
| maximilian attems | 87c1fae | 2006-03-25 15:56:07 -0300 | [diff] [blame] | 11 | select FW_LOADER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | help | 
|  | 13 | Support for PCI cards based on the Bt8xx PCI bridge. Examples are | 
| Michael Krufky | 2684f5c | 2005-09-06 15:19:38 -0700 | [diff] [blame] | 14 | the Nebula cards, the Pinnacle PCTV cards, the Twinhan DST cards, | 
| Michael Krufky | 3cff00d | 2005-11-08 21:35:12 -0800 | [diff] [blame] | 15 | the pcHDTV HD2000 cards, the DViCO FusionHDTV Lite cards, and | 
|  | 16 | some AVerMedia cards. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 |  | 
| Johannes Stezenbach | 50b215a | 2005-05-16 21:54:41 -0700 | [diff] [blame] | 18 | Since these cards have no MPEG decoder onboard, they transmit | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | only compressed MPEG data over the PCI bus, so you need | 
|  | 20 | an external software decoder to watch TV on your computer. | 
|  | 21 |  | 
|  | 22 | Say Y if you own such a device and want to use it. |