Kconfig (9a0bf528b4d66b605f02634236da085595c22101) | Kconfig (616300bd51bee80d2d122c205866aa4c20adbaa8) |
---|---|
1# 2# Multimedia device configuration 3# 4 5menuconfig MEDIA_SUPPORT 6 tristate "Multimedia support" 7 depends on HAS_IOMEM 8 help --- 150 unchanged lines hidden (view full) --- 159 160# 161# DVB adapters 162# 163 164source "drivers/media/dvb-core/Kconfig" 165source "drivers/media/dvb/Kconfig" 166 | 1# 2# Multimedia device configuration 3# 4 5menuconfig MEDIA_SUPPORT 6 tristate "Multimedia support" 7 depends on HAS_IOMEM 8 help --- 150 unchanged lines hidden (view full) --- 159 160# 161# DVB adapters 162# 163 164source "drivers/media/dvb-core/Kconfig" 165source "drivers/media/dvb/Kconfig" 166 |
167comment "Supported FireWire (IEEE 1394) Adapters" 168 depends on DVB_CORE && FIREWIRE 169source "drivers/media/firewire/Kconfig" 170 |
|
167comment "Supported DVB Frontends" | 171comment "Supported DVB Frontends" |
168 depends on DVB_CORE | 172 depends on DVB_CORE |
169source "drivers/media/dvb-frontends/Kconfig" 170 171endif # MEDIA_SUPPORT | 173source "drivers/media/dvb-frontends/Kconfig" 174 175endif # MEDIA_SUPPORT |