From e2eaaf7dc8b333ba58185f712d66ca5e92fa0d5d Mon Sep 17 00:00:00 2001 From: "Dominig ar Foll (Intel Open Source)" Date: Mon, 25 Sep 2017 13:34:24 +0200 Subject: 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 --- meta-agl-bsp/recipes-kernel/linux/linux/usb.cfg | 3 ++- meta-agl-bsp/recipes-kernel/linux/linux/uvc.cfg | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'meta-agl-bsp/recipes-kernel') 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 -- cgit 1.2.3-korg