Kconfig (ca6e4405779ed56ebac941570615abd667c72c02) | Kconfig (2f8e75d2762496bb2fcea7fa437a3339d2a6d9d4) |
---|---|
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 --- 182 unchanged lines hidden (view full) --- 191 V4l2 subdevice driver for the Analog Devices 192 ADV7183 video decoder. 193 194 To compile this driver as a module, choose M here: the 195 module will be called adv7183. 196 197config VIDEO_ADV7604 198 tristate "Analog Devices ADV7604 decoder" | 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 --- 182 unchanged lines hidden (view full) --- 191 V4l2 subdevice driver for the Analog Devices 192 ADV7183 video decoder. 193 194 To compile this driver as a module, choose M here: the 195 module will be called adv7183. 196 197config VIDEO_ADV7604 198 tristate "Analog Devices ADV7604 decoder" |
199 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && GPIOLIB | 199 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API 200 depends on GPIOLIB || COMPILE_TEST |
200 select HDMI 201 ---help--- 202 Support for the Analog Devices ADV7604 video decoder. 203 204 This is a Analog Devices Component/Graphics Digitizer 205 with 4:1 Multiplexed HDMI Receiver. 206 207 To compile this driver as a module, choose M here: the --- 515 unchanged lines hidden --- | 201 select HDMI 202 ---help--- 203 Support for the Analog Devices ADV7604 video decoder. 204 205 This is a Analog Devices Component/Graphics Digitizer 206 with 4:1 Multiplexed HDMI Receiver. 207 208 To compile this driver as a module, choose M here: the --- 515 unchanged lines hidden --- |