summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2018-01-11 03:11:19 +0100
committerJo-Philipp Wich <jo@mein.io>2018-01-11 03:14:07 +0100
commitf66fe0080abe322d949a5b44a47fc36cbb28d9e7 (patch)
tree0c7f402393efab577aa64863ba086280d3bf076c /target
parent377c4a68fee9cc2c4293cf39eb525978ddafa227 (diff)
downloadmtk-20170518-f66fe0080abe322d949a5b44a47fc36cbb28d9e7.zip
mtk-20170518-f66fe0080abe322d949a5b44a47fc36cbb28d9e7.tar.gz
mtk-20170518-f66fe0080abe322d949a5b44a47fc36cbb28d9e7.tar.bz2
sunxi: enable missing config symbol
Enable CONFIG_MFD_AXP20X_I2C after the switch to Kernel 4.9, this symbol is reportedly required to get USB working on the Banana Pi. Ref: https://forum.lede-project.org/t/sunxi-kernel-4-9-usb-not-working/10513 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target')
-rw-r--r--target/linux/sunxi/config-4.91
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/sunxi/config-4.9 b/target/linux/sunxi/config-4.9
index e961c8a..16b367b 100644
--- a/target/linux/sunxi/config-4.9
+++ b/target/linux/sunxi/config-4.9
@@ -331,6 +331,7 @@ CONFIG_MDIO_SUN4I=y
CONFIG_MEDIA_SUPPORT=y
# CONFIG_MFD_AC100 is not set
CONFIG_MFD_AXP20X=y
+CONFIG_MFD_AXP20X_I2C=y
CONFIG_MFD_AXP20X_RSB=y
CONFIG_MFD_CORE=y
CONFIG_MFD_SUN6I_PRCM=y