summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2013-08-23 16:24:40 +0530
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-09-26 17:13:00 +0400
commitac124a0f3912c883e26fc6a7bec59884e045a5c0 (patch)
tree10d42361523e8e9bf4df1402579d8e2c5d2163d6
parent00b9d52efeead62ff6b40aad91f2941f6f856a57 (diff)
linaro/configs: arndale: Set dwc3 to host mode
DWC3 is not working in default 'Dual Role mode'. Till the issue is fixed, setting this to host mode so that at least we can start using USB 3.0 devices on Arndale board. Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
-rw-r--r--linaro/configs/arndale.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/linaro/configs/arndale.conf b/linaro/configs/arndale.conf
index 87e931b68b6..fcab0ec4454 100644
--- a/linaro/configs/arndale.conf
+++ b/linaro/configs/arndale.conf
@@ -46,7 +46,9 @@ CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_REGULATOR_S5M8767=y
CONFIG_USB=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
+CONFIG_EXTCON=y
CONFIG_USB_DWC3=y
+CONFIG_USB_DWC3_HOST=y
CONFIG_USB_PHY=y
CONFIG_SAMSUNG_USB2PHY=y
CONFIG_SAMSUNG_USB3PHY=y