Skip to content
Snippets Groups Projects
Commit 96550b28 authored by Samuli Piippo's avatar Samuli Piippo
Browse files

boundary: include uvcvideo kernel module


Add support for webcams for Boundary Devices imx6

Change-Id: I8ea1b056c5eab7120c4269a98710de322fb304e0
Reviewed-by: default avatarKarim Pinter <karim.pinter@theqtcompany.com>
Reviewed-by: default avataraavit <eirik.aavitsland@theqtcompany.com>
parent 7b7b6b9f
No related branches found
No related tags found
No related merge requests found
......@@ -41,4 +41,8 @@ do_configure_prepend() {
# include LEDS_GPIO for Nitrogen6_Lite
echo "CONFIG_LEDS_GPIO=y" >> ${WORKDIR}/defconfig
# enable uvcvideo module
echo "CONFIG_MEDIA_USB_SUPPORT=y" >> ${WORKDIR}/defconfig
echo "CONFIG_USB_VIDEO_CLASS=m" >> ${WORKDIR}/defconfig
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment