Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (10769): Update dependencies of the modules converted to V4L2

Several modules were converted to V4L2 API. Update their dependencies on Kconfig.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

+8 -8
+8 -8
drivers/media/video/Kconfig
··· 253 253 254 254 config VIDEO_BT819 255 255 tristate "BT819A VideoStream decoder" 256 - depends on VIDEO_V4L1 && I2C 256 + depends on VIDEO_V4L2 && I2C 257 257 ---help--- 258 258 Support for BT819A video decoder. 259 259 ··· 262 262 263 263 config VIDEO_BT856 264 264 tristate "BT856 VideoStream decoder" 265 - depends on VIDEO_V4L1 && I2C 265 + depends on VIDEO_V4L2 && I2C 266 266 ---help--- 267 267 Support for BT856 video decoder. 268 268 ··· 271 271 272 272 config VIDEO_BT866 273 273 tristate "BT866 VideoStream decoder" 274 - depends on VIDEO_V4L1 && I2C 274 + depends on VIDEO_V4L2 && I2C 275 275 ---help--- 276 276 Support for BT866 video decoder. 277 277 ··· 280 280 281 281 config VIDEO_KS0127 282 282 tristate "KS0127 video decoder" 283 - depends on VIDEO_V4L1 && I2C 283 + depends on VIDEO_V4L2 && I2C 284 284 ---help--- 285 285 Support for KS0127 video decoder. 286 286 ··· 363 363 364 364 config VIDEO_VPX3220 365 365 tristate "vpx3220a, vpx3216b & vpx3214c video decoders" 366 - depends on VIDEO_V4L1 && I2C 366 + depends on VIDEO_V4L2 && I2C 367 367 ---help--- 368 368 Support for VPX322x video decoders. 369 369 ··· 401 401 402 402 config VIDEO_SAA7185 403 403 tristate "Philips SAA7185 video encoder" 404 - depends on VIDEO_V4L1 && I2C 404 + depends on VIDEO_V4L2 && I2C 405 405 ---help--- 406 406 Support for the Philips SAA7185 video encoder. 407 407 ··· 410 410 411 411 config VIDEO_ADV7170 412 412 tristate "Analog Devices ADV7170 video encoder" 413 - depends on VIDEO_V4L1 && I2C 413 + depends on VIDEO_V4L2 && I2C 414 414 ---help--- 415 415 Support for the Analog Devices ADV7170 video encoder driver 416 416 ··· 419 419 420 420 config VIDEO_ADV7175 421 421 tristate "Analog Devices ADV7175 video encoder" 422 - depends on VIDEO_V4L1 && I2C 422 + depends on VIDEO_V4L2 && I2C 423 423 ---help--- 424 424 Support for the Analog Devices ADV7175 video encoder driver 425 425