Kconfig (cac47f1822fcb97018e24b05a7fb31f11a6bc28c) | Kconfig (625958207752519bd0e49d0dcdde61a20ac081b3) |
---|---|
1# 2# Generic video config states 3# 4 5config VIDEO_BTCX 6 depends on PCI 7 tristate 8 --- 303 unchanged lines hidden (view full) --- 312 ---help--- 313 Support for the Philips SAA7171/3/4 audio/video decoders. 314 315 To compile this driver as a module, choose M here: the 316 module will be called saa717x. 317 318source "drivers/media/i2c/cx25840/Kconfig" 319 | 1# 2# Generic video config states 3# 4 5config VIDEO_BTCX 6 depends on PCI 7 tristate 8 --- 303 unchanged lines hidden (view full) --- 312 ---help--- 313 Support for the Philips SAA7171/3/4 audio/video decoders. 314 315 To compile this driver as a module, choose M here: the 316 module will be called saa717x. 317 318source "drivers/media/i2c/cx25840/Kconfig" 319 |
320comment "MPEG video encoders" 321 322config VIDEO_CX2341X 323 tristate "Conexant CX2341x MPEG encoders" 324 depends on VIDEO_V4L2 325 ---help--- 326 Support for the Conexant CX23416 MPEG encoders 327 and CX23415 MPEG encoder/decoders. 328 329 This module currently supports the encoding functions only. 330 331 To compile this driver as a module, choose M here: the 332 module will be called cx2341x. 333 | |
334comment "Video encoders" 335 336config VIDEO_SAA7127 337 tristate "Philips SAA7127/9 digital video encoders" 338 depends on VIDEO_V4L2 && I2C 339 ---help--- 340 Support for the Philips SAA7127/9 digital video encoders. 341 --- 264 unchanged lines hidden --- | 320comment "Video encoders" 321 322config VIDEO_SAA7127 323 tristate "Philips SAA7127/9 digital video encoders" 324 depends on VIDEO_V4L2 && I2C 325 ---help--- 326 Support for the Philips SAA7127/9 digital video encoders. 327 --- 264 unchanged lines hidden --- |