Skip to content

Commit

Permalink
V4L/DVB (4706): Do not enable VIDEO_V4L2 unconditionally
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Maciej W. Rozycki authored and Mauro Carvalho Chehab committed Oct 4, 2006
1 parent 9448025 commit a868b45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ config VIDEO_V4L1_COMPAT

config VIDEO_V4L2
bool
depends on VIDEO_DEV
default y

source "drivers/media/video/Kconfig"
Expand Down

0 comments on commit a868b45

Please sign in to comment.