linux-mainline: Activate USB_SERIAL_PL2303 kernel module for OrangePi-Plus2
Signed-off-by: Sebastian Panceac <sebastian@resin.io>
This commit is contained in:
parent
142d193af5
commit
ec9ddb029b
2 changed files with 9 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
Change log
|
Change log
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
* linux-mainline: Activate USB_SERIAL_PL2303 kernel module for OrangePi-Plus2 [Sebastian]
|
||||||
* linux-mainline: Enable i2c0 in OrangePi-Plus2 device tree [Sebastian]
|
* linux-mainline: Enable i2c0 in OrangePi-Plus2 device tree [Sebastian]
|
||||||
|
|
||||||
# v2.12.7+rev3
|
# v2.12.7+rev3
|
||||||
|
|
|
@ -20,3 +20,11 @@ RESIN_CONFIGS[wifi] ="\
|
||||||
CONFIG_CFG80211=m \
|
CONFIG_CFG80211=m \
|
||||||
CONFIG_CFG80211_WEXT=y \
|
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 \
|
||||||
|
"
|
||||||
|
|
Loading…
Add table
Reference in a new issue