mirror of
https://github.com/feyisay07/meta-bsp-imx8mm.git
synced 2026-09-24 06:10:13 +01:00
linux: Enable usb-to-serial F81232
Signed-off-by: Kirill Kapranov <kirill.kapranov@compulab.co.il>
This commit is contained in:
@@ -111,5 +111,6 @@ SRC_URI:append = " \
|
||||
file://0110-iot-gate-imx8-release-3.2.2.patch \
|
||||
file://0111-defconfig-Enable-ch341-usb2serial-driver.patch \
|
||||
file://0112-iot-gate-imx8-dtb-Fix-PoE-rev1.0.patch \
|
||||
file://0113-defconfig-Enable-usb-to-serial-F81232.patch \
|
||||
file://defconfig \
|
||||
"
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
From f888e33d16e222d768309d42c8952066b2d5f25e Mon Sep 17 00:00:00 2001
|
||||
From: Kirill Kapranov <kirill.kapranov@compulab.co.il>
|
||||
Date: Tue, 12 Mar 2024 23:08:54 +0200
|
||||
Subject: [PATCH 113/113] defconfig: Enable usb-to-serial F81232
|
||||
|
||||
Signed-off-by: Kirill Kapranov <kirill.kapranov@compulab.co.il>
|
||||
---
|
||||
arch/arm64/configs/iot-gate-imx8.config | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/arch/arm64/configs/iot-gate-imx8.config b/arch/arm64/configs/iot-gate-imx8.config
|
||||
index f5373186be80..56802059df32 100644
|
||||
--- a/arch/arm64/configs/iot-gate-imx8.config
|
||||
+++ b/arch/arm64/configs/iot-gate-imx8.config
|
||||
@@ -125,3 +125,5 @@ CONFIG_ATH10K=m
|
||||
CONFIG_ATH10K_PCI=m
|
||||
CONFIG_ATH10K_DEBUG=y
|
||||
CONFIG_ATH10K_DEBUGFS=y
|
||||
+
|
||||
+CONFIG_USB_SERIAL_F81232=m
|
||||
--
|
||||
2.34.1
|
||||
|
||||
Reference in New Issue
Block a user