| 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 | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 4 | select DVB_MT352 if !DVB_FE_CUSTOMISE | 
|  | 5 | select DVB_SP887X if !DVB_FE_CUSTOMISE | 
|  | 6 | select DVB_NXT6000 if !DVB_FE_CUSTOMISE | 
|  | 7 | select DVB_CX24110 if !DVB_FE_CUSTOMISE | 
|  | 8 | select DVB_OR51211 if !DVB_FE_CUSTOMISE | 
|  | 9 | select DVB_LGDT330X if !DVB_FE_CUSTOMISE | 
| Michael Krufky | 47a9991 | 2007-06-12 16:10:51 -0300 | [diff] [blame] | 10 | select DVB_PLL if !DVB_FE_CUSTOMISE | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 11 | select DVB_ZL10353 if !DVB_FE_CUSTOMISE | 
| maximilian attems | 87c1fae | 2006-03-25 15:56:07 -0300 | [diff] [blame] | 12 | select FW_LOADER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | help | 
|  | 14 | Support for PCI cards based on the Bt8xx PCI bridge. Examples are | 
| Michael Krufky | 2684f5c | 2005-09-06 15:19:38 -0700 | [diff] [blame] | 15 | the Nebula cards, the Pinnacle PCTV cards, the Twinhan DST cards, | 
| Michael Krufky | 3cff00d | 2005-11-08 21:35:12 -0800 | [diff] [blame] | 16 | the pcHDTV HD2000 cards, the DViCO FusionHDTV Lite cards, and | 
|  | 17 | some AVerMedia cards. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 |  | 
| Johannes Stezenbach | 50b215a | 2005-05-16 21:54:41 -0700 | [diff] [blame] | 19 | Since these cards have no MPEG decoder onboard, they transmit | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | only compressed MPEG data over the PCI bus, so you need | 
|  | 21 | an external software decoder to watch TV on your computer. | 
|  | 22 |  | 
|  | 23 | Say Y if you own such a device and want to use it. |