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

Commit e669c8d3 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] blackfin Kconfig: select is evil; use, instead depends on



Select is evil as it has issues with dependencies. Better to convert
it to use depends on.

That fixes a breakage with out-of-tree compilation of the media
tree.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 250539a3
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,6 @@ config VIDEO_BLACKFIN_CAPTURE
	tristate "Blackfin Video Capture Driver"
	tristate "Blackfin Video Capture Driver"
	depends on VIDEO_V4L2 && BLACKFIN && I2C
	depends on VIDEO_V4L2 && BLACKFIN && I2C
	select VIDEOBUF2_DMA_CONTIG
	select VIDEOBUF2_DMA_CONTIG
	select VIDEO_BLACKFIN_PPI
	help
	help
	  V4L2 bridge driver for Blackfin video capture device.
	  V4L2 bridge driver for Blackfin video capture device.
	  Choose PPI or EPPI as its interface.
	  Choose PPI or EPPI as its interface.
@@ -12,3 +11,5 @@ config VIDEO_BLACKFIN_CAPTURE


config VIDEO_BLACKFIN_PPI
config VIDEO_BLACKFIN_PPI
	tristate
	tristate
	depends on VIDEO_BLACKFIN_CAPTURE
	default VIDEO_BLACKFIN_CAPTURE