summaryrefslogtreecommitdiffstats
path: root/meta-fsl-extras/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'meta-fsl-extras/recipes')
-rw-r--r--meta-fsl-extras/recipes/linux/linux-boundary_3.10.17.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-fsl-extras/recipes/linux/linux-boundary_3.10.17.bbappend b/meta-fsl-extras/recipes/linux/linux-boundary_3.10.17.bbappend
index 3bbb690..9a2bebb 100644
--- a/meta-fsl-extras/recipes/linux/linux-boundary_3.10.17.bbappend
+++ b/meta-fsl-extras/recipes/linux/linux-boundary_3.10.17.bbappend
@@ -41,4 +41,8 @@ do_configure_prepend() {
41 41
42 # include LEDS_GPIO for Nitrogen6_Lite 42 # include LEDS_GPIO for Nitrogen6_Lite
43 echo "CONFIG_LEDS_GPIO=y" >> ${WORKDIR}/defconfig 43 echo "CONFIG_LEDS_GPIO=y" >> ${WORKDIR}/defconfig
44
45 # enable uvcvideo module
46 echo "CONFIG_MEDIA_USB_SUPPORT=y" >> ${WORKDIR}/defconfig
47 echo "CONFIG_USB_VIDEO_CLASS=m" >> ${WORKDIR}/defconfig
44} 48}