diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-27 07:32:31 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:02 -0400 |
commit | 85f8841e8a17367a85a60b6d30eff7858d9d1598 (patch) | |
tree | 43b81a04df6d232615f6822b5521b7cc4efde362 | |
parent | 006e7179577b40be0b97a93c11def536a64abac0 (diff) |
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>
-rw-r--r-- | drivers/media/video/Kconfig | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index bb7df8c18b03..6c26618b8869 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -253,7 +253,7 @@ comment "Video decoders" | |||
253 | 253 | ||
254 | config VIDEO_BT819 | 254 | config VIDEO_BT819 |
255 | tristate "BT819A VideoStream decoder" | 255 | tristate "BT819A VideoStream decoder" |
256 | depends on VIDEO_V4L1 && I2C | 256 | depends on VIDEO_V4L2 && I2C |
257 | ---help--- | 257 | ---help--- |
258 | Support for BT819A video decoder. | 258 | Support for BT819A video decoder. |
259 | 259 | ||
@@ -262,7 +262,7 @@ config VIDEO_BT819 | |||
262 | 262 | ||
263 | config VIDEO_BT856 | 263 | config VIDEO_BT856 |
264 | tristate "BT856 VideoStream decoder" | 264 | tristate "BT856 VideoStream decoder" |
265 | depends on VIDEO_V4L1 && I2C | 265 | depends on VIDEO_V4L2 && I2C |
266 | ---help--- | 266 | ---help--- |
267 | Support for BT856 video decoder. | 267 | Support for BT856 video decoder. |
268 | 268 | ||
@@ -271,7 +271,7 @@ config VIDEO_BT856 | |||
271 | 271 | ||
272 | config VIDEO_BT866 | 272 | config VIDEO_BT866 |
273 | tristate "BT866 VideoStream decoder" | 273 | tristate "BT866 VideoStream decoder" |
274 | depends on VIDEO_V4L1 && I2C | 274 | depends on VIDEO_V4L2 && I2C |
275 | ---help--- | 275 | ---help--- |
276 | Support for BT866 video decoder. | 276 | Support for BT866 video decoder. |
277 | 277 | ||
@@ -280,7 +280,7 @@ config VIDEO_BT866 | |||
280 | 280 | ||
281 | config VIDEO_KS0127 | 281 | config VIDEO_KS0127 |
282 | tristate "KS0127 video decoder" | 282 | tristate "KS0127 video decoder" |
283 | depends on VIDEO_V4L1 && I2C | 283 | depends on VIDEO_V4L2 && I2C |
284 | ---help--- | 284 | ---help--- |
285 | Support for KS0127 video decoder. | 285 | Support for KS0127 video decoder. |
286 | 286 | ||
@@ -363,7 +363,7 @@ config VIDEO_TVP5150 | |||
363 | 363 | ||
364 | config VIDEO_VPX3220 | 364 | config VIDEO_VPX3220 |
365 | tristate "vpx3220a, vpx3216b & vpx3214c video decoders" | 365 | tristate "vpx3220a, vpx3216b & vpx3214c video decoders" |
366 | depends on VIDEO_V4L1 && I2C | 366 | depends on VIDEO_V4L2 && I2C |
367 | ---help--- | 367 | ---help--- |
368 | Support for VPX322x video decoders. | 368 | Support for VPX322x video decoders. |
369 | 369 | ||
@@ -401,7 +401,7 @@ config VIDEO_SAA7127 | |||
401 | 401 | ||
402 | config VIDEO_SAA7185 | 402 | config VIDEO_SAA7185 |
403 | tristate "Philips SAA7185 video encoder" | 403 | tristate "Philips SAA7185 video encoder" |
404 | depends on VIDEO_V4L1 && I2C | 404 | depends on VIDEO_V4L2 && I2C |
405 | ---help--- | 405 | ---help--- |
406 | Support for the Philips SAA7185 video encoder. | 406 | Support for the Philips SAA7185 video encoder. |
407 | 407 | ||
@@ -410,7 +410,7 @@ config VIDEO_SAA7185 | |||
410 | 410 | ||
411 | config VIDEO_ADV7170 | 411 | config VIDEO_ADV7170 |
412 | tristate "Analog Devices ADV7170 video encoder" | 412 | tristate "Analog Devices ADV7170 video encoder" |
413 | depends on VIDEO_V4L1 && I2C | 413 | depends on VIDEO_V4L2 && I2C |
414 | ---help--- | 414 | ---help--- |
415 | Support for the Analog Devices ADV7170 video encoder driver | 415 | Support for the Analog Devices ADV7170 video encoder driver |
416 | 416 | ||
@@ -419,7 +419,7 @@ config VIDEO_ADV7170 | |||
419 | 419 | ||
420 | config VIDEO_ADV7175 | 420 | config VIDEO_ADV7175 |
421 | tristate "Analog Devices ADV7175 video encoder" | 421 | tristate "Analog Devices ADV7175 video encoder" |
422 | depends on VIDEO_V4L1 && I2C | 422 | depends on VIDEO_V4L2 && I2C |
423 | ---help--- | 423 | ---help--- |
424 | Support for the Analog Devices ADV7175 video encoder driver | 424 | Support for the Analog Devices ADV7175 video encoder driver |
425 | 425 | ||