diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-12-16 14:59:59 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-12-16 14:59:59 +0100 |
commit | 3c04d10483902db9d67383c5f6ae1958a2a54ef8 (patch) | |
tree | 222c369fc9fa7cc494f66d3778d18217d2afaf38 | |
parent | 835947ce645e596f04f01cbda66292822fa915dd (diff) | |
download | upstream-3c04d10483902db9d67383c5f6ae1958a2a54ef8.tar.gz upstream-3c04d10483902db9d67383c5f6ae1958a2a54ef8.tar.bz2 upstream-3c04d10483902db9d67383c5f6ae1958a2a54ef8.zip |
gemini: Activate USB support again
This activates the CONFIG_USB_SUPPORT option in the in the gemini kernel
again which will provide the core USB support and makes it possible to
compile the rest of the USB parts into modules. Without this change USB
will not be available in the gemini target and some modules fail to
compile because the feature list indicates USB support.
Fixes: 10ec966f7ba7 ("gemini: Break out USB to packages")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r-- | target/linux/gemini/config-4.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/gemini/config-4.14 b/target/linux/gemini/config-4.14 index 8866a576be..dc8ed80e3a 100644 --- a/target/linux/gemini/config-4.14 +++ b/target/linux/gemini/config-4.14 @@ -415,6 +415,7 @@ CONFIG_TMPFS_POSIX_ACL=y CONFIG_TREE_SRCU=y CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h" CONFIG_UNINLINE_SPIN_UNLOCK=y +CONFIG_USB_SUPPORT=y # CONFIG_USERIO is not set CONFIG_USER_NS=y CONFIG_USE_OF=y |