Skip to content

Commit

Permalink
V4L/DVB (3965): Fix CONFIG_VIDEO_VIVI=y build bug
Browse files Browse the repository at this point in the history
CONFIG_VIDEO_VIVI depends on CONFIG_VIDEO_BUF.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Ingo Molnar authored and Mauro Carvalho Chehab committed May 12, 2006
1 parent 68a26ae commit 8a2ae70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ config VIDEO_ADV_DEBUG
config VIDEO_VIVI
tristate "Virtual Video Driver"
depends on VIDEO_V4L2 && !SPARC32 && !SPARC64
select VIDEO_BUF
default n
---help---
Enables a virtual video driver. This device shows a color bar
Expand Down

0 comments on commit 8a2ae70

Please sign in to comment.