diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
commit | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch) | |
tree | 0bba044c4ce775e45a88a51686b5d9f90697ea9d /drivers/media/dvb/frontends/Kconfig |
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 172 |
1 files changed, 172 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig new file mode 100644 index 000000000000..0bfd4df17d08 --- /dev/null +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -0,0 +1,172 @@ | |||
1 | menu "Customise DVB Frontends" | ||
2 | depends on DVB_CORE | ||
3 | |||
4 | comment "DVB-S (satellite) frontends" | ||
5 | depends on DVB_CORE | ||
6 | |||
7 | config DVB_STV0299 | ||
8 | tristate "ST STV0299 based" | ||
9 | depends on DVB_CORE | ||
10 | help | ||
11 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
12 | |||
13 | config DVB_CX24110 | ||
14 | tristate "Conexant CX24110 based" | ||
15 | depends on DVB_CORE | ||
16 | help | ||
17 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
18 | |||
19 | config DVB_TDA8083 | ||
20 | tristate "Philips TDA8083 based" | ||
21 | depends on DVB_CORE | ||
22 | help | ||
23 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
24 | |||
25 | config DVB_TDA80XX | ||
26 | tristate "Philips TDA8044 or TDA8083 based" | ||
27 | depends on DVB_CORE | ||
28 | help | ||
29 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
30 | |||
31 | config DVB_MT312 | ||
32 | tristate "Zarlink MT312 based" | ||
33 | depends on DVB_CORE | ||
34 | help | ||
35 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
36 | |||
37 | config DVB_VES1X93 | ||
38 | tristate "VLSI VES1893 or VES1993 based" | ||
39 | depends on DVB_CORE | ||
40 | help | ||
41 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
42 | |||
43 | comment "DVB-T (terrestrial) frontends" | ||
44 | depends on DVB_CORE | ||
45 | |||
46 | config DVB_SP8870 | ||
47 | tristate "Spase sp8870 based" | ||
48 | depends on DVB_CORE | ||
49 | select FW_LOADER | ||
50 | help | ||
51 | A DVB-T tuner module. Say Y when you want to support this frontend. | ||
52 | |||
53 | This driver needs external firmware. Please use the command | ||
54 | "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to | ||
55 | download/extract it, and then copy it to /usr/lib/hotplug/firmware. | ||
56 | |||
57 | config DVB_SP887X | ||
58 | tristate "Spase sp887x based" | ||
59 | depends on DVB_CORE | ||
60 | select FW_LOADER | ||
61 | help | ||
62 | A DVB-T tuner module. Say Y when you want to support this frontend. | ||
63 | |||
64 | This driver needs external firmware. Please use the command | ||
65 | "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to | ||
66 | download/extract it, and then copy it to /usr/lib/hotplug/firmware. | ||
67 | |||
68 | config DVB_CX22700 | ||
69 | tristate "Conexant CX22700 based" | ||
70 | depends on DVB_CORE | ||
71 | help | ||
72 | A DVB-T tuner module. Say Y when you want to support this frontend. | ||
73 | |||
74 | config DVB_CX22702 | ||
75 | tristate "Conexant cx22702 demodulator (OFDM)" | ||
76 | depends on DVB_CORE | ||
77 | help | ||
78 | A DVB-T tuner module. Say Y when you want to support this frontend. | ||
79 | |||
80 | config DVB_L64781 | ||
81 | tristate "LSI L64781" | ||
82 | depends on DVB_CORE | ||
83 | help | ||
84 | A DVB-T tuner module. Say Y when you want to support this frontend. | ||
85 | |||
86 | config DVB_TDA1004X | ||
87 | tristate "Philips TDA10045H/TDA10046H based" | ||
88 | depends on DVB_CORE | ||
89 | select FW_LOADER | ||
90 | help | ||
91 | A DVB-T tuner module. Say Y when you want to support this frontend. | ||
92 | |||
93 | This driver needs external firmware. Please use the commands | ||
94 | "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045", | ||
95 | "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to | ||
96 | download/extract them, and then copy them to /usr/lib/hotplug/firmware. | ||
97 | |||
98 | config DVB_NXT6000 | ||
99 | tristate "NxtWave Communications NXT6000 based" | ||
100 | depends on DVB_CORE | ||
101 | help | ||
102 | A DVB-T tuner module. Say Y when you want to support this frontend. | ||
103 | |||
104 | config DVB_MT352 | ||
105 | tristate "Zarlink MT352 based" | ||
106 | depends on DVB_CORE | ||
107 | help | ||
108 | A DVB-T tuner module. Say Y when you want to support this frontend. | ||
109 | |||
110 | config DVB_DIB3000MB | ||
111 | tristate "DiBcom 3000M-B" | ||
112 | depends on DVB_CORE | ||
113 | help | ||
114 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want | ||
115 | to support this frontend. | ||
116 | |||
117 | config DVB_DIB3000MC | ||
118 | tristate "DiBcom 3000P/M-C" | ||
119 | depends on DVB_CORE | ||
120 | help | ||
121 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want | ||
122 | to support this frontend. | ||
123 | |||
124 | comment "DVB-C (cable) frontends" | ||
125 | depends on DVB_CORE | ||
126 | |||
127 | config DVB_ATMEL_AT76C651 | ||
128 | tristate "Atmel AT76C651 based" | ||
129 | depends on DVB_CORE | ||
130 | help | ||
131 | A DVB-C tuner module. Say Y when you want to support this frontend. | ||
132 | |||
133 | config DVB_VES1820 | ||
134 | tristate "VLSI VES1820 based" | ||
135 | depends on DVB_CORE | ||
136 | help | ||
137 | A DVB-C tuner module. Say Y when you want to support this frontend. | ||
138 | |||
139 | config DVB_TDA10021 | ||
140 | tristate "Philips TDA10021 based" | ||
141 | depends on DVB_CORE | ||
142 | help | ||
143 | A DVB-C tuner module. Say Y when you want to support this frontend. | ||
144 | |||
145 | config DVB_STV0297 | ||
146 | tristate "ST STV0297 based" | ||
147 | depends on DVB_CORE | ||
148 | help | ||
149 | A DVB-C tuner module. Say Y when you want to support this frontend. | ||
150 | |||
151 | comment "ATSC (North American/Korean Terresterial DTV) frontends" | ||
152 | depends on DVB_CORE | ||
153 | |||
154 | config DVB_NXT2002 | ||
155 | tristate "Nxt2002 based" | ||
156 | depends on DVB_CORE | ||
157 | select FW_LOADER | ||
158 | help | ||
159 | An ATSC 8VSB tuner module. Say Y when you want to support this frontend. | ||
160 | |||
161 | config DVB_OR51132 | ||
162 | tristate "OR51132 based (pcHDTV)" | ||
163 | depends on DVB_CORE | ||
164 | |||
165 | config DVB_OR51211 | ||
166 | tristate "or51211 based (pcHDTV HD2000 card)" | ||
167 | depends on DVB_CORE | ||
168 | select FW_LOADER | ||
169 | help | ||
170 | An ATSC 8VSB tuner module. Say Y when you want to support this frontend. | ||
171 | |||
172 | endmenu | ||