Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f24abb5 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

[media] usbtv: fix dependency

This fixes a dependency problem as found by Randy Dunlap:
https://lkml.org/lkml/2013/6/27/501



Reported-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent f52dc448
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
config VIDEO_USBTV
        tristate "USBTV007 video capture support"
        depends on VIDEO_DEV
        depends on VIDEO_V4L2
        select VIDEOBUF2_VMALLOC

        ---help---