diff options
author | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-08-08 08:10:10 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 10:53:30 -0400 |
commit | adc619ac6e3d3b4a175476b915befe37650ee109 (patch) | |
tree | 5f14b4ad77b4bc8fa5d9877f215505d79d14bdec /drivers/media/dvb/ttpci/Kconfig | |
parent | 6bca3580c3303451b65afc98276edf40628dffe0 (diff) |
V4L/DVB (4397): Add tda10086 support for TT DVB-S-1401
Add the necessary code and makefile infrastructure
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/ttpci/Kconfig')
-rw-r--r-- | drivers/media/dvb/ttpci/Kconfig | 57 |
1 files changed, 26 insertions, 31 deletions
diff --git a/drivers/media/dvb/ttpci/Kconfig b/drivers/media/dvb/ttpci/Kconfig index 5fb097595cfb..0f01b9ff1727 100644 --- a/drivers/media/dvb/ttpci/Kconfig +++ b/drivers/media/dvb/ttpci/Kconfig | |||
@@ -3,15 +3,14 @@ config DVB_AV7110 | |||
3 | depends on DVB_CORE && PCI && I2C && VIDEO_V4L1 | 3 | depends on DVB_CORE && PCI && I2C && VIDEO_V4L1 |
4 | select FW_LOADER | 4 | select FW_LOADER |
5 | select VIDEO_SAA7146_VV | 5 | select VIDEO_SAA7146_VV |
6 | select DVB_PLL | 6 | select DVB_VES1820 if !DVB_FE_CUSTOMISE |
7 | select DVB_VES1820 | 7 | select DVB_VES1X93 if !DVB_FE_CUSTOMISE |
8 | select DVB_VES1X93 | 8 | select DVB_STV0299 if !DVB_FE_CUSTOMISE |
9 | select DVB_STV0299 | 9 | select DVB_TDA8083 if !DVB_FE_CUSTOMISE |
10 | select DVB_TDA8083 | 10 | select DVB_SP8870 if !DVB_FE_CUSTOMISE |
11 | select DVB_SP8870 | 11 | select DVB_STV0297 if !DVB_FE_CUSTOMISE |
12 | select DVB_STV0297 | 12 | select DVB_L64781 if !DVB_FE_CUSTOMISE |
13 | select DVB_L64781 | 13 | select DVB_LNBP21 if !DVB_FE_CUSTOMISE |
14 | select DVB_LNBP21 | ||
15 | help | 14 | help |
16 | Support for SAA7146 and AV7110 based DVB cards as produced | 15 | Support for SAA7146 and AV7110 based DVB cards as produced |
17 | by Fujitsu-Siemens, Technotrend, Hauppauge and others. | 16 | by Fujitsu-Siemens, Technotrend, Hauppauge and others. |
@@ -62,15 +61,14 @@ config DVB_BUDGET | |||
62 | tristate "Budget cards" | 61 | tristate "Budget cards" |
63 | depends on DVB_CORE && PCI && I2C && VIDEO_V4L1 | 62 | depends on DVB_CORE && PCI && I2C && VIDEO_V4L1 |
64 | select VIDEO_SAA7146 | 63 | select VIDEO_SAA7146 |
65 | select DVB_PLL | 64 | select DVB_STV0299 if !DVB_FE_CUSTOMISE |
66 | select DVB_STV0299 | 65 | select DVB_VES1X93 if !DVB_FE_CUSTOMISE |
67 | select DVB_VES1X93 | 66 | select DVB_VES1820 if !DVB_FE_CUSTOMISE |
68 | select DVB_VES1820 | 67 | select DVB_L64781 if !DVB_FE_CUSTOMISE |
69 | select DVB_L64781 | 68 | select DVB_TDA8083 if !DVB_FE_CUSTOMISE |
70 | select DVB_TDA8083 | 69 | select DVB_TDA10021 if !DVB_FE_CUSTOMISE |
71 | select DVB_TDA10021 | 70 | select DVB_S5H1420 if !DVB_FE_CUSTOMISE |
72 | select DVB_S5H1420 | 71 | select DVB_LNBP21 if !DVB_FE_CUSTOMISE |
73 | select DVB_LNBP21 | ||
74 | help | 72 | help |
75 | Support for simple SAA7146 based DVB cards | 73 | Support for simple SAA7146 based DVB cards |
76 | (so called Budget- or Nova-PCI cards) without onboard | 74 | (so called Budget- or Nova-PCI cards) without onboard |
@@ -85,11 +83,10 @@ config DVB_BUDGET_CI | |||
85 | tristate "Budget cards with onboard CI connector" | 83 | tristate "Budget cards with onboard CI connector" |
86 | depends on DVB_CORE && PCI && I2C && VIDEO_V4L1 | 84 | depends on DVB_CORE && PCI && I2C && VIDEO_V4L1 |
87 | select VIDEO_SAA7146 | 85 | select VIDEO_SAA7146 |
88 | select DVB_PLL | 86 | select DVB_STV0297 if !DVB_FE_CUSTOMISE |
89 | select DVB_STV0297 | 87 | select DVB_STV0299 if !DVB_FE_CUSTOMISE |
90 | select DVB_STV0299 | 88 | select DVB_TDA1004X if !DVB_FE_CUSTOMISE |
91 | select DVB_TDA1004X | 89 | select DVB_LNBP21 if !DVB_FE_CUSTOMISE |
92 | select DVB_LNBP21 | ||
93 | help | 90 | help |
94 | Support for simple SAA7146 based DVB cards | 91 | Support for simple SAA7146 based DVB cards |
95 | (so called Budget- or Nova-PCI cards) without onboard | 92 | (so called Budget- or Nova-PCI cards) without onboard |
@@ -107,10 +104,9 @@ config DVB_BUDGET_AV | |||
107 | tristate "Budget cards with analog video inputs" | 104 | tristate "Budget cards with analog video inputs" |
108 | depends on DVB_CORE && PCI && I2C && VIDEO_V4L1 | 105 | depends on DVB_CORE && PCI && I2C && VIDEO_V4L1 |
109 | select VIDEO_SAA7146_VV | 106 | select VIDEO_SAA7146_VV |
110 | select DVB_PLL | 107 | select DVB_STV0299 if !DVB_FE_CUSTOMISE |
111 | select DVB_STV0299 | 108 | select DVB_TDA1004X if !DVB_FE_CUSTOMISE |
112 | select DVB_TDA1004X | 109 | select DVB_TDA10021 if !DVB_FE_CUSTOMISE |
113 | select DVB_TDA10021 | ||
114 | select FW_LOADER | 110 | select FW_LOADER |
115 | help | 111 | help |
116 | Support for simple SAA7146 based DVB cards | 112 | Support for simple SAA7146 based DVB cards |
@@ -126,10 +122,9 @@ config DVB_BUDGET_PATCH | |||
126 | tristate "AV7110 cards with Budget Patch" | 122 | tristate "AV7110 cards with Budget Patch" |
127 | depends on DVB_CORE && DVB_BUDGET && VIDEO_V4L1 | 123 | depends on DVB_CORE && DVB_BUDGET && VIDEO_V4L1 |
128 | select DVB_AV7110 | 124 | select DVB_AV7110 |
129 | select DVB_PLL | 125 | select DVB_STV0299 if !DVB_FE_CUSTOMISE |
130 | select DVB_STV0299 | 126 | select DVB_VES1X93 if !DVB_FE_CUSTOMISE |
131 | select DVB_VES1X93 | 127 | select DVB_TDA8083 if !DVB_FE_CUSTOMISE |
132 | select DVB_TDA8083 | ||
133 | help | 128 | help |
134 | Support for Budget Patch (full TS) modification on | 129 | Support for Budget Patch (full TS) modification on |
135 | SAA7146+AV7110 based cards (DVB-S cards). This | 130 | SAA7146+AV7110 based cards (DVB-S cards). This |