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

Commit a868b45d authored by Maciej W. Rozycki's avatar Maciej W. Rozycki Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (4706): Do not enable VIDEO_V4L2 unconditionally



The VIDEO_V4L2 config setting is enabled unconditionally, even for 
configurations with no support for this subsystem whatsoever.  The 
following patch adds the necessary dependency.

Signed-off-by: default avatarMaciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 9448025b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ config VIDEO_V4L1_COMPAT

config VIDEO_V4L2
	bool
	depends on VIDEO_DEV
	default y

source "drivers/media/video/Kconfig"