From 5adc9d008069720696fd2cc4da8f23df663259a4 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 29 Dec 2018 22:25:57 +0100 Subject: [PATCH] Kernel: Add support for RFLink (#297) --- 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 cde03141f..31edda16f 100644 --- a/buildroot-external/kernel/device-support.config +++ b/buildroot-external/kernel/device-support.config @@ -4,5 +4,6 @@ CONFIG_USB_SERIAL_SIMPLE=m CONFIG_USB_SERIAL_CP210X=m CONFIG_USB_SERIAL_FTDI_SIO=m CONFIG_USB_SERIAL_PL2303=m +CONFIG_USB_SERIAL_CH341=m CONFIG_USB_ACM=m