From ec9ddb029bf35c3650e487d4784e6eeae7305a62 Mon Sep 17 00:00:00 2001 From: Sebastian Panceac Date: Mon, 25 Jun 2018 10:59:12 +0200 Subject: [PATCH] linux-mainline: Activate USB_SERIAL_PL2303 kernel module for OrangePi-Plus2 Signed-off-by: Sebastian Panceac --- CHANGELOG.md | 1 + .../recipes-kernel/linux/linux-mainline_%.bbappend | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a80b880..948dfd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ Change log ----------- +* linux-mainline: Activate USB_SERIAL_PL2303 kernel module for OrangePi-Plus2 [Sebastian] * linux-mainline: Enable i2c0 in OrangePi-Plus2 device tree [Sebastian] # v2.12.7+rev3 diff --git a/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend b/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend index 1c0486d..86e3f01 100644 --- a/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend +++ b/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend @@ -20,3 +20,11 @@ RESIN_CONFIGS[wifi] ="\ CONFIG_CFG80211=m \ CONFIG_CFG80211_WEXT=y \ " + +RESIN_CONFIGS_append_orangepi-plus2 = " pl2303" +RESIN_CONFIGS_DEPS[pl2303] = "\ + CONFIG_USB_SERIAL=m \ +" +RESIN_CONFIGS[pl2303] ="\ + CONFIG_USB_SERIAL_PL2303=m \ +"