diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-03 16:01:17 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-03 16:01:17 -0300 |
commit | 0aef904d6183bb23b00cc97cea1881038e17c49e (patch) | |
tree | fd9ac2d2ff3a17ce71b91c3802bff0175737fdb6 /linux/drivers/media/Kconfig | |
parent | 3644bb03d6e6c59d33d18128ba3b3f947dacbf7a (diff) | |
download | mediapointer-dvb-s2-0aef904d6183bb23b00cc97cea1881038e17c49e.tar.gz mediapointer-dvb-s2-0aef904d6183bb23b00cc97cea1881038e17c49e.tar.bz2 |
2.6.18: Do not enable VIDEO_V4L2 unconditionally
From: Maciej W. Rozycki <macro@linux-mips.org>
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 <macro@linux-mips.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/Kconfig')
-rw-r--r-- | linux/drivers/media/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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" |