aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2018-09-28 21:42:09 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2018-09-28 21:42:09 +0200
commit3f7f27892ee2072b0374555fc7cb2a4a4fce702b (patch)
tree01c792c5518ddd8433c831a90b5c3a394c5b76dc
parent92a96dd66232953482478b317f857f9475d85e50 (diff)
downloadupstream-3f7f27892ee2072b0374555fc7cb2a4a4fce702b.tar.gz
upstream-3f7f27892ee2072b0374555fc7cb2a4a4fce702b.tar.bz2
upstream-3f7f27892ee2072b0374555fc7cb2a4a4fce702b.zip
layerscape: armv7: activate USB support.
The feature flags say that this target supports USB so packages depending on USB are being build, but actually the kernel configuration misses USB support. It looks like this SoC supports USB, so activate it. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--target/linux/layerscape/armv7/config-4.91
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/layerscape/armv7/config-4.9 b/target/linux/layerscape/armv7/config-4.9
index bbbef52392..9c9ab93f0a 100644
--- a/target/linux/layerscape/armv7/config-4.9
+++ b/target/linux/layerscape/armv7/config-4.9
@@ -904,6 +904,7 @@ CONFIG_UCS2_STRING=y
CONFIG_UEVENT_HELPER_PATH=""
CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"
CONFIG_UNIX_DIAG=y
+CONFIG_USB_SUPPORT=y
CONFIG_USER_NS=y
CONFIG_USE_OF=y
CONFIG_UTS_NS=y