Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e01c15db authored by Marcus Folkesson's avatar Marcus Folkesson Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarMarcus Folkesson <marcus.folkesson@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 90d9c3e1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -196,7 +196,7 @@ config VIDEO_ADV7183

config VIDEO_ADV7604
	tristate "Analog Devices ADV7604 decoder"
	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && MEDIA_CONTROLLER
	---help---
	  Support for the Analog Devices ADV7604 video decoder.

@@ -208,7 +208,7 @@ config VIDEO_ADV7604

config VIDEO_ADV7842
	tristate "Analog Devices ADV7842 decoder"
	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && MEDIA_CONTROLLER
	---help---
	  Support for the Analog Devices ADV7842 video decoder.

@@ -431,7 +431,7 @@ config VIDEO_ADV7393

config VIDEO_ADV7511
	tristate "Analog Devices ADV7511 encoder"
	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && MEDIA_CONTROLLER
	---help---
	  Support for the Analog Devices ADV7511 video encoder.