From 6e5a53c48f6b742c4847065bea0198aaf15d74a3 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 13 Jan 2020 15:36:56 +0100 Subject: [PATCH] Add support for TI USB 3410 or 5052 serial devices (#542) --- buildroot-external/kernel/device-support.config | 1 + 1 file changed, 1 insertion(+) diff --git a/buildroot-external/kernel/device-support.config b/buildroot-external/kernel/device-support.config index 6e75350d5..60a35b114 100644 --- a/buildroot-external/kernel/device-support.config +++ b/buildroot-external/kernel/device-support.config @@ -7,6 +7,7 @@ CONFIG_USB_SERIAL_CP210X=m CONFIG_USB_SERIAL_FTDI_SIO=m CONFIG_USB_SERIAL_PL2303=m CONFIG_USB_SERIAL_CH341=m +CONFIG_USB_SERIAL_TI=m CONFIG_USB_ACM=m CONFIG_USB_USBNET=m