Kconfig (7aae6e2df127f9f7a96c21e21a277dd7ff063e6a) | Kconfig (8283a0929922b331dbd73db26520443136941c48) |
---|---|
1# 2# Multimedia device configuration 3# 4 5menuconfig MEDIA_SUPPORT 6 tristate "Multimedia support" 7 depends on HAS_IOMEM 8 help --- 166 unchanged lines hidden (view full) --- 175 176comment "Supported FireWire (IEEE 1394) Adapters" 177 depends on DVB_CORE && FIREWIRE 178source "drivers/media/firewire/Kconfig" 179 180# Common driver options 181source "drivers/media/common/Kconfig" 182 | 1# 2# Multimedia device configuration 3# 4 5menuconfig MEDIA_SUPPORT 6 tristate "Multimedia support" 7 depends on HAS_IOMEM 8 help --- 166 unchanged lines hidden (view full) --- 175 176comment "Supported FireWire (IEEE 1394) Adapters" 177 depends on DVB_CORE && FIREWIRE 178source "drivers/media/firewire/Kconfig" 179 180# Common driver options 181source "drivers/media/common/Kconfig" 182 |
183comment "Media ancillary drivers (tuners, sensors, i2c, frontends)" | 183comment "Media ancillary drivers (tuners, sensors, i2c, spi, frontends)" |
184 185# | 184 185# |
186# Ancillary drivers (tuners, i2c, frontends) | 186# Ancillary drivers (tuners, i2c, spi, frontends) |
187# 188 189config MEDIA_SUBDRV_AUTOSELECT | 187# 188 189config MEDIA_SUBDRV_AUTOSELECT |
190 bool "Autoselect ancillary drivers (tuners, sensors, i2c, frontends)" | 190 bool "Autoselect ancillary drivers (tuners, sensors, i2c, spi, frontends)" |
191 depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_CAMERA_SUPPORT || MEDIA_SDR_SUPPORT 192 depends on HAS_IOMEM 193 select I2C 194 select I2C_MUX 195 default y 196 help 197 By default, a media driver auto-selects all possible ancillary 198 devices such as tuners, sensors, video encoders/decoders and --- 12 unchanged lines hidden (view full) --- 211 212config MEDIA_ATTACH 213 bool 214 depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_RADIO_SUPPORT 215 depends on MODULES 216 default MODULES 217 218source "drivers/media/i2c/Kconfig" | 191 depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_CAMERA_SUPPORT || MEDIA_SDR_SUPPORT 192 depends on HAS_IOMEM 193 select I2C 194 select I2C_MUX 195 default y 196 help 197 By default, a media driver auto-selects all possible ancillary 198 devices such as tuners, sensors, video encoders/decoders and --- 12 unchanged lines hidden (view full) --- 211 212config MEDIA_ATTACH 213 bool 214 depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_RADIO_SUPPORT 215 depends on MODULES 216 default MODULES 217 218source "drivers/media/i2c/Kconfig" |
219source "drivers/media/spi/Kconfig" |
|
219source "drivers/media/tuners/Kconfig" 220source "drivers/media/dvb-frontends/Kconfig" | 220source "drivers/media/tuners/Kconfig" 221source "drivers/media/dvb-frontends/Kconfig" |
221source "drivers/media/spi/Kconfig" | |
222 223endif # MEDIA_SUPPORT | 222 223endif # MEDIA_SUPPORT |