From: Sangjung Woo Date: Tue, 13 Dec 2016 07:14:12 +0000 (+0900) Subject: ARM: defconfig: odroid: enable USB CAN/GPS interface X-Git-Tag: accepted/tizen/common/20161219.151653~119 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b39f0b0094a28c0a012be451206971ab2eea512;p=platform%2Fkernel%2Flinux-exynos.git ARM: defconfig: odroid: enable USB CAN/GPS interface In order to support both USB Serial CAN adaptor and GPS USB interface, this enables its related options. Change-Id: I220e8366b51798e38759f18b4d830a3b47302400 Signed-off-by: Sangjung Woo --- diff --git a/arch/arm/configs/tizen_odroid_defconfig b/arch/arm/configs/tizen_odroid_defconfig index 3457c4e..561474e 100644 --- a/arch/arm/configs/tizen_odroid_defconfig +++ b/arch/arm/configs/tizen_odroid_defconfig @@ -1148,7 +1148,7 @@ CONFIG_CAN_BCM=y # CAN Device Drivers # CONFIG_CAN_VCAN=y -# CONFIG_CAN_SLCAN is not set +CONFIG_CAN_SLCAN=y CONFIG_CAN_DEV=y CONFIG_CAN_CALC_BITTIMING=y # CONFIG_CAN_LEDS is not set @@ -3237,7 +3237,7 @@ CONFIG_USB_SERIAL=y CONFIG_USB_SERIAL_CP210X=y # CONFIG_USB_SERIAL_CYPRESS_M8 is not set # CONFIG_USB_SERIAL_EMPEG is not set -# CONFIG_USB_SERIAL_FTDI_SIO is not set +CONFIG_USB_SERIAL_FTDI_SIO=y # CONFIG_USB_SERIAL_VISOR is not set # CONFIG_USB_SERIAL_IPAQ is not set # CONFIG_USB_SERIAL_IR is not set @@ -3257,7 +3257,7 @@ CONFIG_USB_SERIAL_CP210X=y # CONFIG_USB_SERIAL_MOS7840 is not set # CONFIG_USB_SERIAL_MXUPORT is not set # CONFIG_USB_SERIAL_NAVMAN is not set -# CONFIG_USB_SERIAL_PL2303 is not set +CONFIG_USB_SERIAL_PL2303=y # CONFIG_USB_SERIAL_OTI6858 is not set # CONFIG_USB_SERIAL_QCAUX is not set # CONFIG_USB_SERIAL_QUALCOMM is not set