diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-02-18 15:26:06 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:42:57 -0400 |
commit | 107063c6156a0cbf055e771baafc28a3e3c0fb9b (patch) | |
tree | 813a2dc2c1426521167f2f289d7a106aaf2f24ec /drivers/media/video/Kconfig | |
parent | 84c1b09495ea366276726b0df2dcd7898cda9d0f (diff) |
V4L/DVB (10714): zoran et al: convert zoran i2c modules to V4L2.
The zoran i2c modules were still using V4L1 internally. Replace this
with V4L2. Also deleted saa7111.c and saa7114.c, we use saa7115.c instead.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
[mchehab@redhat.com: fix v4l2_ctrl_query_fill_std merge conflict]
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 28 |
1 files changed, 4 insertions, 24 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 3e4ce4aade3e..bb7df8c18b03 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -307,38 +307,18 @@ config VIDEO_TCM825X | |||
307 | 307 | ||
308 | config VIDEO_SAA7110 | 308 | config VIDEO_SAA7110 |
309 | tristate "Philips SAA7110 video decoder" | 309 | tristate "Philips SAA7110 video decoder" |
310 | depends on VIDEO_V4L1 && I2C | 310 | depends on VIDEO_V4L2 && I2C |
311 | ---help--- | 311 | ---help--- |
312 | Support for the Philips SAA7110 video decoders. | 312 | Support for the Philips SAA7110 video decoders. |
313 | 313 | ||
314 | To compile this driver as a module, choose M here: the | 314 | To compile this driver as a module, choose M here: the |
315 | module will be called saa7110. | 315 | module will be called saa7110. |
316 | 316 | ||
317 | config VIDEO_SAA7111 | ||
318 | tristate "Philips SAA7111 video decoder" | ||
319 | depends on VIDEO_V4L1 && I2C | ||
320 | ---help--- | ||
321 | Support for the Philips SAA711 video decoder. | ||
322 | |||
323 | To compile this driver as a module, choose M here: the | ||
324 | module will be called saa7111. | ||
325 | |||
326 | config VIDEO_SAA7114 | ||
327 | tristate "Philips SAA7114 video decoder" | ||
328 | depends on VIDEO_V4L1 && I2C | ||
329 | ---help--- | ||
330 | Support for the Philips SAA7114 video decoder. This driver | ||
331 | is used only on Zoran driver and should be moved soon to | ||
332 | SAA711x module. | ||
333 | |||
334 | To compile this driver as a module, choose M here: the | ||
335 | module will be called saa7114. | ||
336 | |||
337 | config VIDEO_SAA711X | 317 | config VIDEO_SAA711X |
338 | tristate "Philips SAA7113/4/5 video decoders" | 318 | tristate "Philips SAA7111/3/4/5 video decoders" |
339 | depends on VIDEO_V4L2 && I2C | 319 | depends on VIDEO_V4L2 && I2C |
340 | ---help--- | 320 | ---help--- |
341 | Support for the Philips SAA7113/4/5 video decoders. | 321 | Support for the Philips SAA7111/3/4/5 video decoders. |
342 | 322 | ||
343 | To compile this driver as a module, choose M here: the | 323 | To compile this driver as a module, choose M here: the |
344 | module will be called saa7115. | 324 | module will be called saa7115. |
@@ -639,7 +619,7 @@ config VIDEO_MXB | |||
639 | depends on PCI && VIDEO_V4L1 && I2C | 619 | depends on PCI && VIDEO_V4L1 && I2C |
640 | select VIDEO_SAA7146_VV | 620 | select VIDEO_SAA7146_VV |
641 | select VIDEO_TUNER | 621 | select VIDEO_TUNER |
642 | select VIDEO_SAA7115 if VIDEO_HELPER_CHIPS_AUTO | 622 | select VIDEO_SAA711X if VIDEO_HELPER_CHIPS_AUTO |
643 | select VIDEO_TDA9840 if VIDEO_HELPER_CHIPS_AUTO | 623 | select VIDEO_TDA9840 if VIDEO_HELPER_CHIPS_AUTO |
644 | select VIDEO_TEA6415C if VIDEO_HELPER_CHIPS_AUTO | 624 | select VIDEO_TEA6415C if VIDEO_HELPER_CHIPS_AUTO |
645 | select VIDEO_TEA6420 if VIDEO_HELPER_CHIPS_AUTO | 625 | select VIDEO_TEA6420 if VIDEO_HELPER_CHIPS_AUTO |