Skip to content

Commit e670f1d

Browse files
committed
arm64: defcondfig: Enable USB ACM and FTDI drivers
Enable USB serial drivers to provide UART access to various development boards from an ARM64 host. Reviewed-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20200703185354.1814337-1-bjorn.andersson@linaro.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
1 parent 9123e3a commit e670f1d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

arch/arm64/configs/defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,7 @@ CONFIG_USB_OHCI_EXYNOS=y
709709
CONFIG_USB_OHCI_HCD_PLATFORM=y
710710
CONFIG_USB_RENESAS_USBHS_HCD=m
711711
CONFIG_USB_RENESAS_USBHS=m
712+
CONFIG_USB_ACM=m
712713
CONFIG_USB_STORAGE=y
713714
CONFIG_USB_MUSB_HDRC=y
714715
CONFIG_USB_MUSB_SUNXI=y
@@ -718,6 +719,8 @@ CONFIG_USB_CHIPIDEA=y
718719
CONFIG_USB_CHIPIDEA_UDC=y
719720
CONFIG_USB_CHIPIDEA_HOST=y
720721
CONFIG_USB_ISP1760=y
722+
CONFIG_USB_SERIAL=m
723+
CONFIG_USB_SERIAL_FTDI_SIO=m
721724
CONFIG_USB_HSIC_USB3503=y
722725
CONFIG_NOP_USB_XCEIV=y
723726
CONFIG_USB_GADGET=y

0 commit comments

Comments
 (0)