Kconfig (88b38befc0d8b7590f0b083dc4c8e4cee0b84788) | Kconfig (a80abc58feda48f868d748bde8c88592c2892b1d) |
---|---|
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, --- 234 unchanged lines hidden (view full) --- 243 Infineon TUA 9001 silicon tuner driver. 244 245config MEDIA_TUNER_IT913X 246 tristate "ITE Tech IT913x silicon tuner" 247 depends on MEDIA_SUPPORT && I2C 248 default m if !MEDIA_SUBDRV_AUTOSELECT 249 help 250 ITE Tech IT913x silicon tuner driver. | 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, --- 234 unchanged lines hidden (view full) --- 243 Infineon TUA 9001 silicon tuner driver. 244 245config MEDIA_TUNER_IT913X 246 tristate "ITE Tech IT913x silicon tuner" 247 depends on MEDIA_SUPPORT && I2C 248 default m if !MEDIA_SUBDRV_AUTOSELECT 249 help 250 ITE Tech IT913x silicon tuner driver. |
251 252config MEDIA_TUNER_R820T 253 tristate "Rafael Micro R820T silicon tuner" 254 depends on MEDIA_SUPPORT && I2C 255 default m if !MEDIA_SUBDRV_AUTOSELECT 256 help 257 Rafael Micro R820T silicon tuner driver. |
|
251endmenu | 258endmenu |