projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f52dc44
)
[media] usbtv: fix dependency
author
Hans Verkuil
<hverkuil@xs4all.nl>
Fri, 28 Jun 2013 07:24:15 +0000
(
04:24
-0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Fri, 26 Jul 2013 13:32:16 +0000
(10:32 -0300)
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>
drivers/media/usb/usbtv/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/media/usb/usbtv/Kconfig
b/drivers/media/usb/usbtv/Kconfig
index 8864436464bf2d9e6aaf3199fb58a5d9e10294ab..7c5b86006ee627c43a52003fb816c7fceb10b6f4 100644
(file)
--- a/
drivers/media/usb/usbtv/Kconfig
+++ b/
drivers/media/usb/usbtv/Kconfig
@@
-1,6
+1,6
@@
config VIDEO_USBTV
tristate "USBTV007 video capture support"
- depends on VIDEO_
DEV
+ depends on VIDEO_
V4L2
select VIDEOBUF2_VMALLOC
---help---