diff options
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
| -rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 669 |
1 files changed, 669 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig new file mode 100644 index 00000000000..32e08e35152 --- /dev/null +++ b/drivers/media/dvb/frontends/Kconfig | |||
| @@ -0,0 +1,669 @@ | |||
| 1 | config DVB_FE_CUSTOMISE | ||
| 2 | bool "Customise the frontend modules to build" | ||
| 3 | depends on DVB_CORE | ||
| 4 | default y if EXPERT | ||
| 5 | help | ||
| 6 | This allows the user to select/deselect frontend drivers for their | ||
| 7 | hardware from the build. | ||
| 8 | |||
| 9 | Use this option with care as deselecting frontends which are in fact | ||
| 10 | necessary will result in DVB devices which cannot be tuned due to lack | ||
| 11 | of driver support. | ||
| 12 | |||
| 13 | If unsure say N. | ||
| 14 | |||
| 15 | menu "Customise DVB Frontends" | ||
| 16 | visible if DVB_FE_CUSTOMISE | ||
| 17 | |||
| 18 | comment "Multistandard (satellite) frontends" | ||
| 19 | depends on DVB_CORE | ||
| 20 | |||
| 21 | config DVB_STB0899 | ||
| 22 | tristate "STB0899 based" | ||
| 23 | depends on DVB_CORE && I2C | ||
| 24 | default m if DVB_FE_CUSTOMISE | ||
| 25 | help | ||
| 26 | A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want | ||
| 27 | to support this demodulator based frontends | ||
| 28 | |||
| 29 | config DVB_STB6100 | ||
| 30 | tristate "STB6100 based tuners" | ||
| 31 | depends on DVB_CORE && I2C | ||
| 32 | default m if DVB_FE_CUSTOMISE | ||
| 33 | help | ||
| 34 | A Silicon tuner from ST used in conjunction with the STB0899 | ||
| 35 | demodulator. Say Y when you want to support this tuner. | ||
| 36 | |||
| 37 | config DVB_STV090x | ||
| 38 | tristate "STV0900/STV0903(A/B) based" | ||
| 39 | depends on DVB_CORE && I2C | ||
| 40 | default m if DVB_FE_CUSTOMISE | ||
| 41 | help | ||
| 42 | DVB-S/S2/DSS Multistandard Professional/Broadcast demodulators. | ||
| 43 | Say Y when you want to support these frontends. | ||
| 44 | |||
| 45 | config DVB_STV6110x | ||
| 46 | tristate "STV6110/(A) based tuners" | ||
| 47 | depends on DVB_CORE && I2C | ||
| 48 | default m if DVB_FE_CUSTOMISE | ||
| 49 | help | ||
| 50 | A Silicon tuner that supports DVB-S and DVB-S2 modes | ||
| 51 | |||
| 52 | comment "Multistandard (cable + terrestrial) frontends" | ||
| 53 | depends on DVB_CORE | ||
| 54 | |||
| 55 | config DVB_DRXK | ||
| 56 | tristate "Micronas DRXK based" | ||
| 57 | depends on DVB_CORE && I2C | ||
| 58 | default m if DVB_FE_CUSTOMISE | ||
| 59 | help | ||
| 60 | Micronas DRX-K DVB-C/T demodulator. | ||
| 61 | |||
| 62 | Say Y when you want to support this frontend. | ||
| 63 | |||
| 64 | config DVB_TDA18271C2DD | ||
| 65 | tristate "NXP TDA18271C2 silicon tuner" | ||
| 66 | depends on DVB_CORE && I2C | ||
| 67 | default m if DVB_FE_CUSTOMISE | ||
| 68 | help | ||
| 69 | NXP TDA18271 silicon tuner. | ||
| 70 | |||
| 71 | Say Y when you want to support this tuner. | ||
| 72 | |||
| 73 | comment "DVB-S (satellite) frontends" | ||
| 74 | depends on DVB_CORE | ||
| 75 | |||
| 76 | config DVB_CX24110 | ||
| 77 | tristate "Conexant CX24110 based" | ||
| 78 | depends on DVB_CORE && I2C | ||
| 79 | default m if DVB_FE_CUSTOMISE | ||
| 80 | help | ||
| 81 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 82 | |||
| 83 | config DVB_CX24123 | ||
| 84 | tristate "Conexant CX24123 based" | ||
| 85 | depends on DVB_CORE && I2C | ||
| 86 | default m if DVB_FE_CUSTOMISE | ||
| 87 | help | ||
| 88 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 89 | |||
| 90 | config DVB_MT312 | ||
| 91 | tristate "Zarlink VP310/MT312/ZL10313 based" | ||
| 92 | depends on DVB_CORE && I2C | ||
| 93 | default m if DVB_FE_CUSTOMISE | ||
| 94 | help | ||
| 95 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 96 | |||
| 97 | config DVB_ZL10036 | ||
| 98 | tristate "Zarlink ZL10036 silicon tuner" | ||
| 99 | depends on DVB_CORE && I2C | ||
| 100 | default m if DVB_FE_CUSTOMISE | ||
| 101 | help | ||
| 102 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 103 | |||
| 104 | config DVB_ZL10039 | ||
| 105 | tristate "Zarlink ZL10039 silicon tuner" | ||
| 106 | depends on DVB_CORE && I2C | ||
| 107 | default m if DVB_FE_CUSTOMISE | ||
| 108 | help | ||
| 109 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 110 | |||
| 111 | config DVB_S5H1420 | ||
| 112 | tristate "Samsung S5H1420 based" | ||
| 113 | depends on DVB_CORE && I2C | ||
| 114 | default m if DVB_FE_CUSTOMISE | ||
| 115 | help | ||
| 116 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 117 | |||
| 118 | config DVB_STV0288 | ||
| 119 | tristate "ST STV0288 based" | ||
| 120 | depends on DVB_CORE && I2C | ||
| 121 | default m if DVB_FE_CUSTOMISE | ||
| 122 | help | ||
| 123 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 124 | |||
| 125 | config DVB_STB6000 | ||
| 126 | tristate "ST STB6000 silicon tuner" | ||
| 127 | depends on DVB_CORE && I2C | ||
| 128 | default m if DVB_FE_CUSTOMISE | ||
| 129 | help | ||
| 130 | A DVB-S silicon tuner module. Say Y when you want to support this tuner. | ||
| 131 | |||
| 132 | config DVB_STV0299 | ||
| 133 | tristate "ST STV0299 based" | ||
| 134 | depends on DVB_CORE && I2C | ||
| 135 | default m if DVB_FE_CUSTOMISE | ||
| 136 | help | ||
| 137 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 138 | |||
| 139 | config DVB_STV6110 | ||
| 140 | tristate "ST STV6110 silicon tuner" | ||
| 141 | depends on DVB_CORE && I2C | ||
| 142 | default m if DVB_FE_CUSTOMISE | ||
| 143 | help | ||
| 144 | A DVB-S silicon tuner module. Say Y when you want to support this tuner. | ||
| 145 | |||
| 146 | config DVB_STV0900 | ||
| 147 | tristate "ST STV0900 based" | ||
| 148 | depends on DVB_CORE && I2C | ||
| 149 | default m if DVB_FE_CUSTOMISE | ||
| 150 | help | ||
| 151 | A DVB-S/S2 demodulator. Say Y when you want to support this frontend. | ||
| 152 | |||
| 153 | config DVB_TDA8083 | ||
| 154 | tristate "Philips TDA8083 based" | ||
| 155 | depends on DVB_CORE && I2C | ||
| 156 | default m if DVB_FE_CUSTOMISE | ||
| 157 | help | ||
| 158 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 159 | |||
| 160 | config DVB_TDA10086 | ||
| 161 | tristate "Philips TDA10086 based" | ||
| 162 | depends on DVB_CORE && I2C | ||
| 163 | default m if DVB_FE_CUSTOMISE | ||
| 164 | help | ||
| 165 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 166 | |||
| 167 | config DVB_TDA8261 | ||
| 168 | tristate "Philips TDA8261 based" | ||
| 169 | depends on DVB_CORE && I2C | ||
| 170 | default m if DVB_FE_CUSTOMISE | ||
| 171 | help | ||
| 172 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 173 | |||
| 174 | config DVB_VES1X93 | ||
| 175 | tristate "VLSI VES1893 or VES1993 based" | ||
| 176 | depends on DVB_CORE && I2C | ||
| 177 | default m if DVB_FE_CUSTOMISE | ||
| 178 | help | ||
| 179 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 180 | |||
| 181 | config DVB_TUNER_ITD1000 | ||
| 182 | tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS" | ||
| 183 | depends on DVB_CORE && I2C | ||
| 184 | default m if DVB_FE_CUSTOMISE | ||
| 185 | help | ||
| 186 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 187 | |||
| 188 | config DVB_TUNER_CX24113 | ||
| 189 | tristate "Conexant CX24113/CX24128 tuner for DVB-S/DSS" | ||
| 190 | depends on DVB_CORE && I2C | ||
| 191 | default m if DVB_FE_CUSTOMISE | ||
| 192 | help | ||
| 193 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 194 | |||
| 195 | |||
| 196 | config DVB_TDA826X | ||
| 197 | tristate "Philips TDA826X silicon tuner" | ||
| 198 | depends on DVB_CORE && I2C | ||
| 199 | default m if DVB_FE_CUSTOMISE | ||
| 200 | help | ||
| 201 | A DVB-S silicon tuner module. Say Y when you want to support this tuner. | ||
| 202 | |||
| 203 | config DVB_TUA6100 | ||
| 204 | tristate "Infineon TUA6100 PLL" | ||
| 205 | depends on DVB_CORE && I2C | ||
| 206 | default m if DVB_FE_CUSTOMISE | ||
| 207 | help | ||
| 208 | A DVB-S PLL chip. | ||
| 209 | |||
| 210 | config DVB_CX24116 | ||
| 211 | tristate "Conexant CX24116 based" | ||
| 212 | depends on DVB_CORE && I2C | ||
| 213 | default m if DVB_FE_CUSTOMISE | ||
