From: Dominig ar Foll (Intel Open Source) Date: Mon, 25 Sep 2017 11:34:24 +0000 (+0200) Subject: cleaning kernel config warnings under pyro X-Git-Tag: 4.99.1~15 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F25%2F11025%2F3;p=AGL%2Fmeta-agl.git cleaning kernel config warnings under pyro Change-Id: Ica910a7ac3115df1247e60c25ee4cd53f331af47 Signed-off-by: Dominig ar Foll (Intel Open Source) Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11025 ci-image-build: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- 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