From 0aef904d6183bb23b00cc97cea1881038e17c49e Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 3 Oct 2006 16:01:17 -0300 Subject: 2.6.18: Do not enable VIDEO_V4L2 unconditionally From: Maciej W. Rozycki 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. patch-mips-2.6.18-20060920-video-v4l2-0 Signed-off-by: Maciej W. Rozycki Signed-off-by: Mauro Carvalho Chehab --- linux/drivers/media/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'linux/drivers') diff --git a/linux/drivers/media/Kconfig b/linux/drivers/media/Kconfig index ed4aa4e79..9f7e1fe8c 100644 --- a/linux/drivers/media/Kconfig +++ b/linux/drivers/media/Kconfig @@ -54,6 +54,7 @@ config VIDEO_V4L1_COMPAT config VIDEO_V4L2 bool + depends on VIDEO_DEV default y source "drivers/media/video/Kconfig" -- cgit v1.2.3