Kconfig (b6334460f2929c02d0d1f0fbad9f909229d00d50) Kconfig (fccea74ff8b5159935acc7b4b4857ee81ee44661)
1#
2# Multimedia device configuration
3#
4
5menuconfig MEDIA_SUPPORT
6 tristate "Multimedia support"
7 depends on HAS_IOMEM
8 help

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

157
158# Common driver options
159source "drivers/media/common/Kconfig"
160
161#
162# Ancillary drivers (tuners, i2c, frontends)
163#
164
1#
2# Multimedia device configuration
3#
4
5menuconfig MEDIA_SUPPORT
6 tristate "Multimedia support"
7 depends on HAS_IOMEM
8 help

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

157
158# Common driver options
159source "drivers/media/common/Kconfig"
160
161#
162# Ancillary drivers (tuners, i2c, frontends)
163#
164
165config MEDIA_SUBDRV_AUTOSELECT
166 bool "Autoselect analog and hybrid tuner modules to build"
167 depends on MEDIA_TUNER
168 default y
169 help
170 By default, a TV driver auto-selects all possible tuners
171 thar could be used by the driver.
172
173 This is generally the right thing to do, except when there
174 are strict constraints with regards to the kernel size.
175
176 Use this option with care, as deselecting tuner drivers which
177 are in fact necessary will result in TV devices which cannot
178 be tuned due to lack of the tuning driver.
179
180 If unsure say Y.
181
165comment "Media ancillary drivers (tuners, sensors, i2c, frontends)"
166
182comment "Media ancillary drivers (tuners, sensors, i2c, frontends)"
183
167source "drivers/media/tuners/Kconfig"
168source "drivers/media/i2c/Kconfig"
184source "drivers/media/i2c/Kconfig"
185source "drivers/media/tuners/Kconfig"
169source "drivers/media/dvb-frontends/Kconfig"
170
171endif # MEDIA_SUPPORT
186source "drivers/media/dvb-frontends/Kconfig"
187
188endif # MEDIA_SUPPORT