Skip to content

Commit

Permalink
V4L/DVB (4619): Fixes some I2C dependencies on V4L devices
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mauro Carvalho Chehab committed Sep 26, 2006
1 parent 83905b0 commit 6386828
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ source "drivers/media/video/saa7134/Kconfig"

config VIDEO_MXB
tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
depends on PCI && VIDEO_V4L1
depends on PCI && VIDEO_V4L1 && I2C
select VIDEO_SAA7146_VV
select VIDEO_TUNER
select VIDEO_SAA7111 if VIDEO_HELPER_CHIPS_AUTO
Expand All @@ -611,7 +611,7 @@ config VIDEO_MXB

config VIDEO_DPC
tristate "Philips-Semiconductors 'dpc7146 demonstration board'"
depends on PCI && VIDEO_V4L1
depends on PCI && VIDEO_V4L1 && I2C
select VIDEO_SAA7146_VV
select VIDEO_SAA7111 if VIDEO_HELPER_CHIPS_AUTO
---help---
Expand All @@ -626,7 +626,7 @@ config VIDEO_DPC

config VIDEO_HEXIUM_ORION
tristate "Hexium HV-PCI6 and Orion frame grabber"
depends on PCI && VIDEO_V4L2
depends on PCI && VIDEO_V4L2 && I2C
select VIDEO_SAA7146_VV
---help---
This is a video4linux driver for the Hexium HV-PCI6 and
Expand All @@ -637,7 +637,7 @@ config VIDEO_HEXIUM_ORION

config VIDEO_HEXIUM_GEMINI
tristate "Hexium Gemini frame grabber"
depends on PCI && VIDEO_V4L2
depends on PCI && VIDEO_V4L2 && I2C
select VIDEO_SAA7146_VV
---help---
This is a video4linux driver for the Hexium Gemini frame
Expand Down

0 comments on commit 6386828

Please sign in to comment.