diff options
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 37d5e0af1683..0ef361f0309b 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -157,7 +157,7 @@ config DVB_STV0297 | |||
157 | help | 157 | help |
158 | A DVB-C tuner module. Say Y when you want to support this frontend. | 158 | A DVB-C tuner module. Say Y when you want to support this frontend. |
159 | 159 | ||
160 | comment "ATSC (North American/Korean Terresterial DTV) frontends" | 160 | comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends" |
161 | depends on DVB_CORE | 161 | depends on DVB_CORE |
162 | 162 | ||
163 | config DVB_NXT200X | 163 | config DVB_NXT200X |
@@ -216,4 +216,20 @@ config DVB_LGDT330X | |||
216 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | 216 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
217 | to support this frontend. | 217 | to support this frontend. |
218 | 218 | ||
219 | |||
220 | comment "Miscellaneous devices" | ||
221 | depends on DVB_CORE | ||
222 | |||
223 | config DVB_LNBP21 | ||
224 | tristate "LNBP21 SEC controller" | ||
225 | depends on DVB_CORE | ||
226 | help | ||
227 | An SEC control chip. | ||
228 | |||
229 | config DVB_ISL6421 | ||
230 | tristate "ISL6421 SEC controller" | ||
231 | depends on DVB_CORE | ||
232 | help | ||
233 | An SEC control chip. | ||
234 | |||
219 | endmenu | 235 | endmenu |