diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2013-06-28 04:24:15 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-07-26 10:32:16 -0300 |
commit | 4f24abb51ffe24d1a1442fdd3648a2e521487c1b (patch) | |
tree | 180e27b45f8c014657be44a949839ffbf37329d4 | |
parent | f52dc448a344ddb90c8516c06656d62710baa869 (diff) | |
download | op-kernel-dev-4f24abb51ffe24d1a1442fdd3648a2e521487c1b.zip op-kernel-dev-4f24abb51ffe24d1a1442fdd3648a2e521487c1b.tar.gz |
[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>
-rw-r--r-- | drivers/media/usb/usbtv/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/usbtv/Kconfig b/drivers/media/usb/usbtv/Kconfig index 8864436..7c5b860 100644 --- 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--- |