Manu Abraham | b3b9614 | 2009-12-04 05:41:11 -0300 | [diff] [blame^] | 1 | config MANTIS_CORE |
| 2 | tristate "Mantis/Hopper PCI bridge based devices" |
| 3 | depends on PCI && I2C |
| 4 | |
| 5 | help |
| 6 | Support for PCI cards based on the Mantis and Hopper PCi bridge. |
| 7 | |
| 8 | Say Y if you own such a device and want to use it. |
| 9 | |
Manu Abraham | 41e840b | 2009-12-02 21:57:10 -0300 | [diff] [blame] | 10 | config DVB_MANTIS |
| 11 | tristate "MANTIS based cards" |
Manu Abraham | b3b9614 | 2009-12-04 05:41:11 -0300 | [diff] [blame^] | 12 | depends on MANTIS_CORE && DVB_CORE && PCI && I2C |
Manu Abraham | 41e840b | 2009-12-02 21:57:10 -0300 | [diff] [blame] | 13 | select DVB_MB86A16 |
| 14 | select DVB_CU1216 |
| 15 | select DVB_ZL10353 |
| 16 | select DVB_STV0299 |
| 17 | select DVB_PLL |
| 18 | help |
| 19 | Support for PCI cards based on the Mantis PCI bridge. |
| 20 | Say Y when you have a Mantis based DVB card and want to use it. |
| 21 | |
| 22 | If unsure say N. |
Manu Abraham | b3b9614 | 2009-12-04 05:41:11 -0300 | [diff] [blame^] | 23 | |
| 24 | config DVB_HOPPER |
| 25 | tristate "HOPPER based cards" |
| 26 | depends on MANTIS_CORE && DVB_CORE && PCI && I2C |
| 27 | select DVB_ZL10353 |
| 28 | select DVB_PLL |
| 29 | help |
| 30 | Support for PCI cards based on the Hopper PCI bridge. |
| 31 | Say Y when you have a Hopper based DVB card and want to use it. |
| 32 | |
| 33 | If unsure say N |