summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-09-12 15:34:57 (GMT)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-09-19 19:25:54 (GMT)
commitd1463e52003033cf936182b02ae60d9c066000de (patch)
treebfef61ff2a386125631a29c9d0b80449cf5c1af2 /drivers/input/touchscreen
parentb7e5063589646f95520bc21d1c87c96671bd5101 (diff)
downloadlinux-d1463e52003033cf936182b02ae60d9c066000de.tar.xz
[media] usb: gadget: uvc: add V4L2 dependency
Building the UVC gadget into the kernel fails to build when CONFIG_VIDEO_V4L2 is a loadable module: drivers/usb/gadget/function/usb_f_uvc.o: In function `uvc_function_ep0_complete': uvc_configfs.c:(.text.uvc_function_ep0_complete+0x84): undefined reference to `v4l2_event_queue' drivers/usb/gadget/function/usb_f_uvc.o: In function `uvc_function_disable': uvc_configfs.c:(.text.uvc_function_disable+0x34): undefined reference to `v4l2_event_queue' Adding a dependency in USB_CONFIGFS_F_UVC (which is a bool symbol) make the 'select USB_F_UVC' statement turn the USB_F_UVC into 'm' whenever CONFIG_VIDEO_V4L2=m too, avoiding the link failure. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/input/touchscreen')
0 files changed, 0 insertions, 0 deletions