diff options
author | John Crispin <john@phrozen.org> | 2017-03-23 08:29:21 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-03-23 08:29:44 +0100 |
commit | 666bfc6fb554441f1940eba84e00be10487e2463 (patch) | |
tree | 358a29bbdec20111d362b16bf5b7f943452a4a96 /target/linux/ipq806x/config-4.9 | |
parent | 4d5b5c82e1304d85e3fbae445c42d36942a2cbe0 (diff) | |
download | upstream-666bfc6fb554441f1940eba84e00be10487e2463.tar.gz upstream-666bfc6fb554441f1940eba84e00be10487e2463.tar.bz2 upstream-666bfc6fb554441f1940eba84e00be10487e2463.zip |
Revert "ipq806x: make the dwc3 driver and required phy drivers built-in"
This reverts commit d5b10bb560c2c3c615babfcfb64519bfc65818d9.
This caused boot errors on some ipq8 boards
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ipq806x/config-4.9')
-rw-r--r-- | target/linux/ipq806x/config-4.9 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/ipq806x/config-4.9 b/target/linux/ipq806x/config-4.9 index cf16ff4383..072ab6a897 100644 --- a/target/linux/ipq806x/config-4.9 +++ b/target/linux/ipq806x/config-4.9 @@ -371,7 +371,6 @@ CONFIG_PERF_USE_VMALLOC=y CONFIG_PGTABLE_LEVELS=2 CONFIG_PHYLIB=y # CONFIG_PHY_QCOM_APQ8064_SATA is not set -CONFIG_PHY_QCOM_DWC3=y CONFIG_PHY_QCOM_IPQ806X_SATA=y # CONFIG_PHY_QCOM_UFS is not set CONFIG_PINCTRL=y @@ -483,12 +482,8 @@ CONFIG_UEVENT_HELPER_PATH="" CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h" CONFIG_USB=y CONFIG_USB_COMMON=y -CONFIG_USB_DWC3=y -CONFIG_USB_DWC3_HOST=y -CONFIG_USB_DWC3_OF_SIMPLE=y # CONFIG_USB_EHCI_HCD is not set -CONFIG_USB_IPQ4019_PHY=y -CONFIG_USB_PHY=y +# CONFIG_USB_IPQ4019_PHY is not set CONFIG_USB_SUPPORT=y # CONFIG_USB_UHCI_HCD is not set CONFIG_USE_OF=y |