diff mbox series

arm64: defcondfig: Enable USB ACM and FTDI drivers

Message ID 20200703185354.1814337-1-bjorn.andersson@linaro.org
State Accepted
Commit e670f1d0970789c72aefbc89d57e971b15b4b727
Headers show
Series arm64: defcondfig: Enable USB ACM and FTDI drivers | expand

Commit Message

Bjorn Andersson July 3, 2020, 6:53 p.m. UTC
Enable USB serial drivers to provide UART access to various development
boards from an ARM64 host.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>

---
 arch/arm64/configs/defconfig | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.26.2

Comments

Vinod Koul July 8, 2020, 10:37 a.m. UTC | #1
On 03-07-20, 11:53, Bjorn Andersson wrote:
> Enable USB serial drivers to provide UART access to various development

> boards from an ARM64 host.


Reviewed-by: Vinod Koul <vkoul@kernel.org>


-- 
~Vinod
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 883e8bace3ed..103ddad961cd 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -687,6 +687,7 @@  CONFIG_USB_OHCI_EXYNOS=y
 CONFIG_USB_OHCI_HCD_PLATFORM=y
 CONFIG_USB_RENESAS_USBHS_HCD=m
 CONFIG_USB_RENESAS_USBHS=m
+CONFIG_USB_ACM=m
 CONFIG_USB_STORAGE=y
 CONFIG_USB_MUSB_HDRC=y
 CONFIG_USB_MUSB_SUNXI=y
@@ -696,6 +697,8 @@  CONFIG_USB_CHIPIDEA=y
 CONFIG_USB_CHIPIDEA_UDC=y
 CONFIG_USB_CHIPIDEA_HOST=y
 CONFIG_USB_ISP1760=y
+CONFIG_USB_SERIAL=m
+CONFIG_USB_SERIAL_FTDI_SIO=m
 CONFIG_USB_HSIC_USB3503=y
 CONFIG_NOP_USB_XCEIV=y
 CONFIG_USB_GADGET=y