diff options
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index db978555b1eb..5cf96c2e605a 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -46,6 +46,13 @@ config DVB_S5H1420 | |||
46 | help | 46 | help |
47 | A DVB-S tuner module. Say Y when you want to support this frontend. | 47 | A DVB-S tuner module. Say Y when you want to support this frontend. |
48 | 48 | ||
49 | config DVB_TDA10086 | ||
50 | tristate "Philips TDA10086 based" | ||
51 | depends on DVB_CORE | ||
52 | default m if DVB_FE_CUSTOMISE | ||
53 | help | ||
54 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
55 | |||
49 | comment "DVB-T (terrestrial) frontends" | 56 | comment "DVB-T (terrestrial) frontends" |
50 | depends on DVB_CORE | 57 | depends on DVB_CORE |
51 | 58 | ||
@@ -216,6 +223,15 @@ config DVB_LGDT330X | |||
216 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | 223 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
217 | to support this frontend. | 224 | to support this frontend. |
218 | 225 | ||
226 | comment "Tuners/PLL support" | ||
227 | depends on DVB_CORE | ||
228 | |||
229 | config DVB_TDA826X | ||
230 | tristate "Philips TDA826X silicon tuner" | ||
231 | depends on DVB_CORE | ||
232 | default m if DVB_FE_CUSTOMISE | ||
233 | help | ||
234 | A DVB-S silicon tuner module. Say Y when you want to support this tuner. | ||
219 | 235 | ||
220 | comment "Miscellaneous devices" | 236 | comment "Miscellaneous devices" |
221 | depends on DVB_CORE | 237 | depends on DVB_CORE |