diff options
author | Marcus Folkesson <marcus.folkesson@gmail.com> | 2014-02-05 10:56:13 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-11 09:53:29 -0400 |
commit | e01c15dbbd8e4737743a29ff325fe54ff8680786 (patch) | |
tree | d4b17afc20de900b2782bc0f54c0752f119bf57a /drivers/media | |
parent | 90d9c3e1ede2a7d4a0dedfff6e22f46ebd7484c0 (diff) |
[media] media: i2c: Kconfig: create dependency to MEDIA_CONTROLLER for adv7*
These chips makes use of the media_entity in the v4l2_subdev struct
and is therefor dependent of the MEDIA_CONTROLLER config.
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/i2c/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig index c7f2823ac81f..194caba3ea83 100644 --- a/drivers/media/i2c/Kconfig +++ b/drivers/media/i2c/Kconfig | |||
@@ -196,7 +196,7 @@ config VIDEO_ADV7183 | |||
196 | 196 | ||
197 | config VIDEO_ADV7604 | 197 | config VIDEO_ADV7604 |
198 | tristate "Analog Devices ADV7604 decoder" | 198 | tristate "Analog Devices ADV7604 decoder" |
199 | depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API | 199 | depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && MEDIA_CONTROLLER |
200 | ---help--- | 200 | ---help--- |
201 | Support for the Analog Devices ADV7604 video decoder. | 201 | Support for the Analog Devices ADV7604 video decoder. |
202 | 202 | ||
@@ -208,7 +208,7 @@ config VIDEO_ADV7604 | |||
208 | 208 | ||
209 | config VIDEO_ADV7842 | 209 | config VIDEO_ADV7842 |
210 | tristate "Analog Devices ADV7842 decoder" | 210 | tristate "Analog Devices ADV7842 decoder" |
211 | depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API | 211 | depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && MEDIA_CONTROLLER |
212 | ---help--- | 212 | ---help--- |
213 | Support for the Analog Devices ADV7842 video decoder. | 213 | Support for the Analog Devices ADV7842 video decoder. |
214 | 214 | ||
@@ -431,7 +431,7 @@ config VIDEO_ADV7393 | |||
431 | 431 | ||
432 | config VIDEO_ADV7511 | 432 | config VIDEO_ADV7511 |
433 | tristate "Analog Devices ADV7511 encoder" | 433 | tristate "Analog Devices ADV7511 encoder" |
434 | depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API | 434 | depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && MEDIA_CONTROLLER |
435 | ---help--- | 435 | ---help--- |
436 | Support for the Analog Devices ADV7511 video encoder. | 436 | Support for the Analog Devices ADV7511 video encoder. |
437 | 437 | ||