Commit fb0b664c authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (4344): Fix broken dependencies on media Kconfig

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 985bc96e
...@@ -145,7 +145,7 @@ config VIDEO_SAA5246A ...@@ -145,7 +145,7 @@ config VIDEO_SAA5246A
config VIDEO_SAA5249 config VIDEO_SAA5249
tristate "SAA5249 Teletext processor" tristate "SAA5249 Teletext processor"
depends on VIDEO_DEV && I2C depends on VIDEO_DEV && I2C && VIDEO_V4L1
help help
Support for I2C bus based teletext using the SAA5249 chip. At the Support for I2C bus based teletext using the SAA5249 chip. At the
moment this is only useful on some European WinTV cards. moment this is only useful on some European WinTV cards.
...@@ -155,7 +155,7 @@ config VIDEO_SAA5249 ...@@ -155,7 +155,7 @@ config VIDEO_SAA5249
config TUNER_3036 config TUNER_3036
tristate "SAB3036 tuner" tristate "SAB3036 tuner"
depends on VIDEO_DEV && I2C depends on VIDEO_DEV && I2C && VIDEO_V4L1
help help
Say Y here to include support for Philips SAB3036 compatible tuners. Say Y here to include support for Philips SAB3036 compatible tuners.
If in doubt, say N. If in doubt, say N.
......
config VIDEO_BT848 config VIDEO_BT848
tristate "BT848 Video For Linux" tristate "BT848 Video For Linux"
depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L2 depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L1
select I2C_ALGOBIT select I2C_ALGOBIT
select FW_LOADER select FW_LOADER
select VIDEO_BTCX select VIDEO_BTCX
......
config VIDEO_CPIA2 config VIDEO_CPIA2
tristate "CPiA2 Video For Linux" tristate "CPiA2 Video For Linux"
depends on VIDEO_DEV && USB depends on VIDEO_DEV && USB && VIDEO_V4L1
---help--- ---help---
This is the video4linux driver for cameras based on Vision's CPiA2 This is the video4linux driver for cameras based on Vision's CPiA2
(Colour Processor Interface ASIC), such as the Digital Blue QX5 (Colour Processor Interface ASIC), such as the Digital Blue QX5
......
...@@ -3,7 +3,7 @@ config VIDEO_USBVIDEO ...@@ -3,7 +3,7 @@ config VIDEO_USBVIDEO
config USB_VICAM config USB_VICAM
tristate "USB 3com HomeConnect (aka vicam) support (EXPERIMENTAL)" tristate "USB 3com HomeConnect (aka vicam) support (EXPERIMENTAL)"
depends on USB && VIDEO_V4L1 && EXPERIMENTAL depends on USB && VIDEO_DEV && VIDEO_V4L1 && EXPERIMENTAL
select VIDEO_USBVIDEO select VIDEO_USBVIDEO
---help--- ---help---
Say Y here if you have 3com homeconnect camera (vicam). Say Y here if you have 3com homeconnect camera (vicam).
...@@ -13,7 +13,7 @@ config USB_VICAM ...@@ -13,7 +13,7 @@ config USB_VICAM
config USB_IBMCAM config USB_IBMCAM
tristate "USB IBM (Xirlink) C-it Camera support" tristate "USB IBM (Xirlink) C-it Camera support"
depends on USB && VIDEO_V4L1 depends on USB && VIDEO_DEV && VIDEO_V4L1
select VIDEO_USBVIDEO select VIDEO_USBVIDEO
---help--- ---help---
Say Y here if you want to connect a IBM "C-It" camera, also known as Say Y here if you want to connect a IBM "C-It" camera, also known as
...@@ -28,7 +28,7 @@ config USB_IBMCAM ...@@ -28,7 +28,7 @@ config USB_IBMCAM
config USB_KONICAWC config USB_KONICAWC
tristate "USB Konica Webcam support" tristate "USB Konica Webcam support"
depends on USB && VIDEO_V4L1 depends on USB && VIDEO_DEV && VIDEO_V4L1
select VIDEO_USBVIDEO select VIDEO_USBVIDEO
---help--- ---help---
Say Y here if you want support for webcams based on a Konica Say Y here if you want support for webcams based on a Konica
...@@ -39,7 +39,7 @@ config USB_KONICAWC ...@@ -39,7 +39,7 @@ config USB_KONICAWC
config USB_QUICKCAM_MESSENGER config USB_QUICKCAM_MESSENGER
tristate "USB Logitech Quickcam Messenger" tristate "USB Logitech Quickcam Messenger"
depends on USB && VIDEO_DEV depends on USB && VIDEO_DEV && VIDEO_V4L1
select VIDEO_USBVIDEO select VIDEO_USBVIDEO
---help--- ---help---
Say Y or M here to enable support for the USB Logitech Quickcam Say Y or M here to enable support for the USB Logitech Quickcam
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment