diff options
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 23e4cffeba38..be967ac09a39 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -35,6 +35,21 @@ config DVB_STB6100 | |||
35 | A Silicon tuner from ST used in conjunction with the STB0899 | 35 | A Silicon tuner from ST used in conjunction with the STB0899 |
36 | demodulator. Say Y when you want to support this tuner. | 36 | demodulator. Say Y when you want to support this tuner. |
37 | 37 | ||
38 | config DVB_STV090x | ||
39 | tristate "STV0900/STV0903(A/B) based" | ||
40 | depends on DVB_CORE && I2C | ||
41 | default m if DVB_FE_CUSTOMISE | ||
42 | help | ||
43 | DVB-S/S2/DSS Multistandard Professional/Broadcast demodulators. | ||
44 | Say Y when you want to support these frontends. | ||
45 | |||
46 | config DVB_STV6110x | ||
47 | tristate "STV6110/(A) based tuners" | ||
48 | depends on DVB_CORE && I2C | ||
49 | default m if DVB_FE_CUSTOMISE | ||
50 | help | ||
51 | A Silicon tuner that supports DVB-S and DVB-S2 modes | ||
52 | |||
38 | comment "DVB-S (satellite) frontends" | 53 | comment "DVB-S (satellite) frontends" |
39 | depends on DVB_CORE | 54 | depends on DVB_CORE |
40 | 55 | ||
@@ -506,6 +521,13 @@ config DVB_ISL6421 | |||
506 | help | 521 | help |
507 | An SEC control chip. | 522 | An SEC control chip. |
508 | 523 | ||
524 | config DVB_ISL6423 | ||
525 | tristate "ISL6423 SEC controller" | ||
526 | depends on DVB_CORE && I2C | ||
527 | default m if DVB_FE_CUSTOMISE | ||
528 | help | ||
529 | A SEC controller chip from Intersil | ||
530 | |||
509 | config DVB_LGS8GL5 | 531 | config DVB_LGS8GL5 |
510 | tristate "Silicon Legend LGS-8GL5 demodulator (OFDM)" | 532 | tristate "Silicon Legend LGS-8GL5 demodulator (OFDM)" |
511 | depends on DVB_CORE && I2C | 533 | depends on DVB_CORE && I2C |