diff options
| author | Maciej W. Rozycki <macro@linux-mips.org> | 2006-10-03 15:01:17 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-04 07:06:38 -0400 |
| commit | a868b45dad04854e07bb1c7c81a73930098bc370 (patch) | |
| tree | 3ea97a58e83ade6b0058d097514f9c10789b72fd | |
| parent | 9448025be057f6b64c4bab01894c8e6b1a406e6e (diff) | |
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>
| -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 | |||
| 54 | 54 | ||
| 55 | config VIDEO_V4L2 | 55 | config VIDEO_V4L2 |
| 56 | bool | 56 | bool |
| 57 | depends on VIDEO_DEV | ||
| 57 | default y | 58 | default y |
| 58 | 59 | ||
| 59 | source "drivers/media/video/Kconfig" | 60 | source "drivers/media/video/Kconfig" |
