diff options
author | Dominig ar Foll (Intel Open Source) <dominig.arfoll@fridu.net> | 2017-09-25 13:34:24 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-09-28 12:54:58 +0000 |
commit | e2eaaf7dc8b333ba58185f712d66ca5e92fa0d5d (patch) | |
tree | c2f11a7b605d91725951534604015645397c1c12 | |
parent | 63267c5db05e85ed614bdd6436aa5c1e2794f3c5 (diff) |
cleaning kernel config warnings under pyro
Change-Id: Ica910a7ac3115df1247e60c25ee4cd53f331af47
Signed-off-by: Dominig ar Foll (Intel Open Source) <dominig.arfoll@fridu.net>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11025
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | meta-agl-bsp/recipes-kernel/linux/linux/usb.cfg | 3 | ||||
-rw-r--r-- | meta-agl-bsp/recipes-kernel/linux/linux/uvc.cfg | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/meta-agl-bsp/recipes-kernel/linux/linux/usb.cfg b/meta-agl-bsp/recipes-kernel/linux/linux/usb.cfg index db2efcb7b..af488efcf 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux/usb.cfg +++ b/meta-agl-bsp/recipes-kernel/linux/linux/usb.cfg @@ -1,3 +1,4 @@ -CONFIG_USB_SERIAL=m +CONFIG_USB_SERIAL=y CONFIG_USB_SERIAL_GENERIC=y CONFIG_USB_ACM=m +CONFIG_CRC_CCITT=y diff --git a/meta-agl-bsp/recipes-kernel/linux/linux/uvc.cfg b/meta-agl-bsp/recipes-kernel/linux/linux/uvc.cfg index 7cfc377d4..7c6556c11 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux/uvc.cfg +++ b/meta-agl-bsp/recipes-kernel/linux/linux/uvc.cfg @@ -1,4 +1,4 @@ CONFIG_VIDEOBUF2_VMALLOC=y CONFIG_MEDIA_USB_SUPPORT=y -CONFIG_USB_VIDEO_CLASS=y +CONFIG_USB_VIDEO_CLASS=m CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y |