[media] usbtv: fix dependency
This fixes a dependency problem as found by Randy Dunlap: https://lkml.org/lkml/2013/6/27/501 Reported-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
f52dc448a3
commit
4f24abb51f
|
@ -1,6 +1,6 @@
|
||||||
config VIDEO_USBTV
|
config VIDEO_USBTV
|
||||||
tristate "USBTV007 video capture support"
|
tristate "USBTV007 video capture support"
|
||||||
depends on VIDEO_DEV
|
depends on VIDEO_V4L2
|
||||||
select VIDEOBUF2_VMALLOC
|
select VIDEOBUF2_VMALLOC
|
||||||
|
|
||||||
---help---
|
---help---
|
||||||
|
|
Loading…
Reference in New Issue