From: Jagan Teki Date: Mon, 9 Nov 2020 18:10:17 +0000 (+0530) Subject: arm64: defconfig: Enable USB_SERIAL_CP210X X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cf35bff64f79b4ca8785766d67b608b76404d43f;p=linux.git arm64: defconfig: Enable USB_SERIAL_CP210X Some hardware platforms required CP20x USB to Serial converter in order to work onboard functionalities like Bluetooth. An example of such a platform is from Engicam's PX30 (ARM64). Mark it as module in defconfig. Signed-off-by: Jagan Teki Link: https://lore.kernel.org/r/20201109181017.206834-10-jagan@amarulasolutions.com Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index e796c82cd2d38..15c2128e846a8 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -750,6 +750,7 @@ CONFIG_USB_CHIPIDEA_UDC=y CONFIG_USB_CHIPIDEA_HOST=y CONFIG_USB_ISP1760=y CONFIG_USB_SERIAL=m +CONFIG_USB_SERIAL_CP210X=m CONFIG_USB_SERIAL_FTDI_SIO=m CONFIG_USB_HSIC_USB3503=y CONFIG_NOP_USB_XCEIV=y