linux-mainline: Activate USB_SERIAL_PL2303 kernel module for OrangePi-Plus2

Signed-off-by: Sebastian Panceac <sebastian@resin.io>
This commit is contained in:
Sebastian Panceac 2018-06-25 10:59:12 +02:00
parent 142d193af5
commit ec9ddb029b
2 changed files with 9 additions and 0 deletions

View file

@ -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

View file

@ -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 \
"