Skip to content

Commit

Permalink
V4L/DVB: v4l: fix config dependencies: mxb and saa7191 are V4L2 drive…
Browse files Browse the repository at this point in the history
…rs, not V4L1

v4l: fix config dependencies: mxb and saa7191 are V4L2 drivers, not V4L1

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
hverkuil authored and Mauro Carvalho Chehab committed May 6, 2010
1 parent b75396a commit d2f2d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ config VIDEO_SAA717X

config VIDEO_SAA7191
tristate "Philips SAA7191 video decoder"
depends on VIDEO_V4L1 && I2C
depends on VIDEO_V4L2 && I2C
---help---
Support for the Philips SAA7191 video decoder.

Expand Down Expand Up @@ -756,7 +756,7 @@ source "drivers/media/video/saa7134/Kconfig"

config VIDEO_MXB
tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
depends on PCI && VIDEO_V4L1 && I2C
depends on PCI && VIDEO_V4L2 && I2C
select VIDEO_SAA7146_VV
select VIDEO_TUNER
select VIDEO_SAA711X if VIDEO_HELPER_CHIPS_AUTO
Expand Down

0 comments on commit d2f2d6d

Please sign in to comment.