diff options
| author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-07-23 05:32:05 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-07-29 16:22:31 -0400 |
| commit | fb0b664c22b80df62c9e555afcde6a8dab08f4f0 (patch) | |
| tree | 500f90a15f71d74333774a66a973806e0bbdc8f3 | |
| parent | 985bc96e27c729b8b686126ed26bba9fbaaf562d (diff) | |
V4L/DVB (4344): Fix broken dependencies on media Kconfig
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
| -rw-r--r-- | drivers/media/video/Kconfig | 4 | ||||
| -rw-r--r-- | drivers/media/video/bt8xx/Kconfig | 2 | ||||
| -rw-r--r-- | drivers/media/video/cpia2/Kconfig | 2 | ||||
| -rw-r--r-- | drivers/media/video/usbvideo/Kconfig | 8 |
4 files changed, 8 insertions, 8 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 6d532f170ce5..fe56862d51e4 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
| @@ -145,7 +145,7 @@ config VIDEO_SAA5246A | |||
| 145 | 145 | ||
| 146 | config VIDEO_SAA5249 | 146 | config VIDEO_SAA5249 |
| 147 | tristate "SAA5249 Teletext processor" | 147 | tristate "SAA5249 Teletext processor" |
| 148 | depends on VIDEO_DEV && I2C | 148 | depends on VIDEO_DEV && I2C && VIDEO_V4L1 |
| 149 | help | 149 | help |
| 150 | Support for I2C bus based teletext using the SAA5249 chip. At the | 150 | Support for I2C bus based teletext using the SAA5249 chip. At the |
| 151 | moment this is only useful on some European WinTV cards. | 151 | moment this is only useful on some European WinTV cards. |
| @@ -155,7 +155,7 @@ config VIDEO_SAA5249 | |||
| 155 | 155 | ||
| 156 | config TUNER_3036 | 156 | config TUNER_3036 |
| 157 | tristate "SAB3036 tuner" | 157 | tristate "SAB3036 tuner" |
| 158 | depends on VIDEO_DEV && I2C | 158 | depends on VIDEO_DEV && I2C && VIDEO_V4L1 |
| 159 | help | 159 | help |
| 160 | Say Y here to include support for Philips SAB3036 compatible tuners. | 160 | Say Y here to include support for Philips SAB3036 compatible tuners. |
| 161 | If in doubt, say N. | 161 | If in doubt, say N. |
diff --git a/drivers/media/video/bt8xx/Kconfig b/drivers/media/video/bt8xx/Kconfig index 153f6a4a96c9..cdcf55650714 100644 --- a/drivers/media/video/bt8xx/Kconfig +++ b/drivers/media/video/bt8xx/Kconfig | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | config VIDEO_BT848 | 1 | config VIDEO_BT848 |
| 2 | tristate "BT848 Video For Linux" | 2 | tristate "BT848 Video For Linux" |
| 3 | depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L2 | 3 | depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L1 |
| 4 | select I2C_ALGOBIT | 4 | select I2C_ALGOBIT |
| 5 | select FW_LOADER | 5 | select FW_LOADER |
| 6 | select VIDEO_BTCX | 6 | select VIDEO_BTCX |
diff --git a/drivers/media/video/cpia2/Kconfig b/drivers/media/video/cpia2/Kconfig index 513cc0927389..e39a96152004 100644 --- a/drivers/media/video/cpia2/Kconfig +++ b/drivers/media/video/cpia2/Kconfig | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | config VIDEO_CPIA2 | 1 | config VIDEO_CPIA2 |
| 2 | tristate "CPiA2 Video For Linux" | 2 | tristate "CPiA2 Video For Linux" |
| 3 | depends on VIDEO_DEV && USB | 3 | depends on VIDEO_DEV && USB && VIDEO_V4L1 |
| 4 | ---help--- | 4 | ---help--- |
| 5 | This is the video4linux driver for cameras based on Vision's CPiA2 | 5 | This is the video4linux driver for cameras based on Vision's CPiA2 |
| 6 | (Colour Processor Interface ASIC), such as the Digital Blue QX5 | 6 | (Colour Processor Interface ASIC), such as the Digital Blue QX5 |
diff --git a/drivers/media/video/usbvideo/Kconfig b/drivers/media/video/usbvideo/Kconfig index 59fb899f31f3..a0fd82b924f2 100644 --- a/drivers/media/video/usbvideo/Kconfig +++ b/drivers/media/video/usbvideo/Kconfig | |||
| @@ -3,7 +3,7 @@ config VIDEO_USBVIDEO | |||
| 3 | 3 | ||
| 4 | config USB_VICAM | 4 | config USB_VICAM |
| 5 | tristate "USB 3com HomeConnect (aka vicam) support (EXPERIMENTAL)" | 5 | tristate "USB 3com HomeConnect (aka vicam) support (EXPERIMENTAL)" |
| 6 | depends on USB && VIDEO_V4L1 && EXPERIMENTAL | 6 | depends on USB && VIDEO_DEV && VIDEO_V4L1 && EXPERIMENTAL |
| 7 | select VIDEO_USBVIDEO | 7 | select VIDEO_USBVIDEO |
| 8 | ---help--- | 8 | ---help--- |
| 9 | Say Y here if you have 3com homeconnect camera (vicam). | 9 | Say Y here if you have 3com homeconnect camera (vicam). |
| @@ -13,7 +13,7 @@ config USB_VICAM | |||
| 13 | 13 | ||
| 14 | config USB_IBMCAM | 14 | config USB_IBMCAM |
| 15 | tristate "USB IBM (Xirlink) C-it Camera support" | 15 | tristate "USB IBM (Xirlink) C-it Camera support" |
| 16 | depends on USB && VIDEO_V4L1 | 16 | depends on USB && VIDEO_DEV && VIDEO_V4L1 |
| 17 | select VIDEO_USBVIDEO | 17 | select VIDEO_USBVIDEO |
| 18 | ---help--- | 18 | ---help--- |
| 19 | Say Y here if you want to connect a IBM "C-It" camera, also known as | 19 | Say Y here if you want to connect a IBM "C-It" camera, also known as |
| @@ -28,7 +28,7 @@ config USB_IBMCAM | |||
| 28 | 28 | ||
| 29 | config USB_KONICAWC | 29 | config USB_KONICAWC |
| 30 | tristate "USB Konica Webcam support" | 30 | tristate "USB Konica Webcam support" |
| 31 | depends on USB && VIDEO_V4L1 | 31 | depends on USB && VIDEO_DEV && VIDEO_V4L1 |
| 32 | select VIDEO_USBVIDEO | 32 | select VIDEO_USBVIDEO |
| 33 | ---help--- | 33 | ---help--- |
| 34 | Say Y here if you want support for webcams based on a Konica | 34 | Say Y here if you want support for webcams based on a Konica |
| @@ -39,7 +39,7 @@ config USB_KONICAWC | |||
| 39 | 39 | ||
| 40 | config USB_QUICKCAM_MESSENGER | 40 | config USB_QUICKCAM_MESSENGER |
| 41 | tristate "USB Logitech Quickcam Messenger" | 41 | tristate "USB Logitech Quickcam Messenger" |
| 42 | depends on USB && VIDEO_DEV | 42 | depends on USB && VIDEO_DEV && VIDEO_V4L1 |
| 43 | select VIDEO_USBVIDEO | 43 | select VIDEO_USBVIDEO |
| 44 | ---help--- | 44 | ---help--- |
| 45 | Say Y or M here to enable support for the USB Logitech Quickcam | 45 | Say Y or M here to enable support for the USB Logitech Quickcam |
