Kconfig (16217dc79dbc599b110dda26d0421df47904bba4) | Kconfig (8283a0929922b331dbd73db26520443136941c48) |
---|---|
1# 2# Multimedia Video device configuration 3# 4 5if VIDEO_V4L2 6 7config VIDEO_IR_I2C 8 tristate "I2C module for IR" if !MEDIA_SUBDRV_AUTOSELECT --- 7 unchanged lines hidden (view full) --- 16 option. 17 18 In doubt, say Y. 19 20# 21# Encoder / Decoder module configuration 22# 23 | 1# 2# Multimedia Video device configuration 3# 4 5if VIDEO_V4L2 6 7config VIDEO_IR_I2C 8 tristate "I2C module for IR" if !MEDIA_SUBDRV_AUTOSELECT --- 7 unchanged lines hidden (view full) --- 16 option. 17 18 In doubt, say Y. 19 20# 21# Encoder / Decoder module configuration 22# 23 |
24menu "Encoders, decoders, sensors and other helper chips" | 24menu "I2C Encoders, decoders, sensors and other helper chips" |
25 visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST 26 27comment "Audio decoders, processors and mixers" 28 29config VIDEO_TVAUDIO 30 tristate "Simple audio decoder chips" 31 depends on VIDEO_V4L2 && I2C 32 ---help--- --- 149 unchanged lines hidden (view full) --- 182 183 To compile this driver as a module, choose M here: the 184 module will be called saa6588. 185 186comment "Video decoders" 187 188config VIDEO_ADV7180 189 tristate "Analog Devices ADV7180 decoder" | 25 visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST 26 27comment "Audio decoders, processors and mixers" 28 29config VIDEO_TVAUDIO 30 tristate "Simple audio decoder chips" 31 depends on VIDEO_V4L2 && I2C 32 ---help--- --- 149 unchanged lines hidden (view full) --- 182 183 To compile this driver as a module, choose M here: the 184 module will be called saa6588. 185 186comment "Video decoders" 187 188config VIDEO_ADV7180 189 tristate "Analog Devices ADV7180 decoder" |
190 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API | 190 depends on GPIOLIB && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API |
191 ---help--- 192 Support for the Analog Devices ADV7180 video decoder. 193 194 To compile this driver as a module, choose M here: the 195 module will be called adv7180. 196 197config VIDEO_ADV7183 198 tristate "Analog Devices ADV7183 decoder" --- 91 unchanged lines hidden (view full) --- 290 tristate "OKI ML86V7667 video decoder" 291 depends on VIDEO_V4L2 && I2C 292 ---help--- 293 Support for the OKI Semiconductor ML86V7667 video decoder. 294 295 To compile this driver as a module, choose M here: the 296 module will be called ml86v7667. 297 | 191 ---help--- 192 Support for the Analog Devices ADV7180 video decoder. 193 194 To compile this driver as a module, choose M here: the 195 module will be called adv7180. 196 197config VIDEO_ADV7183 198 tristate "Analog Devices ADV7183 decoder" --- 91 unchanged lines hidden (view full) --- 290 tristate "OKI ML86V7667 video decoder" 291 depends on VIDEO_V4L2 && I2C 292 ---help--- 293 Support for the OKI Semiconductor ML86V7667 video decoder. 294 295 To compile this driver as a module, choose M here: the 296 module will be called ml86v7667. 297 |
298config VIDEO_AD5820 299 tristate "AD5820 lens voice coil support" 300 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER 301 ---help--- 302 This is a driver for the AD5820 camera lens voice coil. 303 It is used for example in Nokia N900 (RX-51). 304 |
|
298config VIDEO_SAA7110 299 tristate "Philips SAA7110 video decoder" 300 depends on VIDEO_V4L2 && I2C 301 ---help--- 302 Support for the Philips SAA7110 video decoders. 303 304 To compile this driver as a module, choose M here: the 305 module will be called saa7110. --- 260 unchanged lines hidden (view full) --- 566 tristate "MT9M032 camera sensor support" 567 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 568 depends on MEDIA_CAMERA_SUPPORT 569 select VIDEO_APTINA_PLL 570 ---help--- 571 This driver supports MT9M032 camera sensors from Aptina, monochrome 572 models only. 573 | 305config VIDEO_SAA7110 306 tristate "Philips SAA7110 video decoder" 307 depends on VIDEO_V4L2 && I2C 308 ---help--- 309 Support for the Philips SAA7110 video decoders. 310 311 To compile this driver as a module, choose M here: the 312 module will be called saa7110. --- 260 unchanged lines hidden (view full) --- 573 tristate "MT9M032 camera sensor support" 574 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 575 depends on MEDIA_CAMERA_SUPPORT 576 select VIDEO_APTINA_PLL 577 ---help--- 578 This driver supports MT9M032 camera sensors from Aptina, monochrome 579 models only. 580 |
581config VIDEO_MT9M111 582 tristate "mt9m111, mt9m112 and mt9m131 support" 583 depends on I2C && VIDEO_V4L2 584 help 585 This driver supports MT9M111, MT9M112 and MT9M131 cameras from 586 Micron/Aptina 587 |
|
574config VIDEO_MT9P031 575 tristate "Aptina MT9P031 support" 576 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 577 depends on MEDIA_CAMERA_SUPPORT 578 select VIDEO_APTINA_PLL 579 ---help--- 580 This is a Video4Linux2 sensor-level driver for the Aptina 581 (Micron) mt9p031 5 Mpixel camera. --- 186 unchanged lines hidden --- | 588config VIDEO_MT9P031 589 tristate "Aptina MT9P031 support" 590 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API 591 depends on MEDIA_CAMERA_SUPPORT 592 select VIDEO_APTINA_PLL 593 ---help--- 594 This is a Video4Linux2 sensor-level driver for the Aptina 595 (Micron) mt9p031 5 Mpixel camera. --- 186 unchanged lines hidden --- |