diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2006-10-03 23:01:17 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-04 15:06:38 +0400 |
commit | a868b45dad04854e07bb1c7c81a73930098bc370 (patch) | |
tree | 3ea97a58e83ade6b0058d097514f9c10789b72fd /drivers/media/Kconfig | |
parent | 9448025be057f6b64c4bab01894c8e6b1a406e6e (diff) | |
download | linux-a868b45dad04854e07bb1c7c81a73930098bc370.tar.xz |
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: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r-- | drivers/media/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index ed4aa4e7912c..9f7e1fe8c97e 100644 --- a/drivers/media/Kconfig +++ b/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" |