Kconfig (ed85adaad624724a157a292b2e970f7a0f595269) Kconfig (d9cb41afbf2aab54133c804009a1b8e76cedaef3)
1config MEDIA_ATTACH
2 bool "Load and attach frontend and tuner driver modules as needed"
3 depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_RADIO_SUPPORT
4 depends on MODULES
5 default y if !EXPERT
6 help
7 Remove the static dependency of DVB card drivers on all
8 frontend modules for all possible card variants. Instead,

--- 215 unchanged lines hidden (view full) ---

224
225config MEDIA_TUNER_E4000
226 tristate "Elonics E4000 silicon tuner"
227 depends on MEDIA_SUPPORT && I2C
228 default m if !MEDIA_SUBDRV_AUTOSELECT
229 help
230 Elonics E4000 silicon tuner driver.
231
1config MEDIA_ATTACH
2 bool "Load and attach frontend and tuner driver modules as needed"
3 depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_RADIO_SUPPORT
4 depends on MODULES
5 default y if !EXPERT
6 help
7 Remove the static dependency of DVB card drivers on all
8 frontend modules for all possible card variants. Instead,

--- 215 unchanged lines hidden (view full) ---

224
225config MEDIA_TUNER_E4000
226 tristate "Elonics E4000 silicon tuner"
227 depends on MEDIA_SUPPORT && I2C
228 default m if !MEDIA_SUBDRV_AUTOSELECT
229 help
230 Elonics E4000 silicon tuner driver.
231
232config MEDIA_TUNER_FC2580
233 tristate "FCI FC2580 silicon tuner"
234 depends on MEDIA_SUPPORT && I2C
235 default m if !MEDIA_SUBDRV_AUTOSELECT
236 help
237 FCI FC2580 silicon tuner driver.
238
232config MEDIA_TUNER_TUA9001
233 tristate "Infineon TUA 9001 silicon tuner"
234 depends on MEDIA_SUPPORT && I2C
235 default m if !MEDIA_SUBDRV_AUTOSELECT
236 help
237 Infineon TUA 9001 silicon tuner driver.
238endmenu
239config MEDIA_TUNER_TUA9001
240 tristate "Infineon TUA 9001 silicon tuner"
241 depends on MEDIA_SUPPORT && I2C
242 default m if !MEDIA_SUBDRV_AUTOSELECT
243 help
244 Infineon TUA 9001 silicon tuner driver.
245endmenu