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-02-07 01:38:25 +0400
commit14eee4368108bfbdfb817bf4ed71f4f1776b2556 (patch)
treeecd888830e33f8b5f47ca8c2b67150dc27bc0f7b
parenta70fb78e39f3bf4ba53f1cea130408a0e0cabda3 (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