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-01-29 00:06:20 +0400
commit28647b266f55d7b6eb473e5c97fc0ec674976d15 (patch)
tree5dad0e624a2b6eae0122a558fd3869c397b42c71
parent49036b1588080b109bb5cdf254565807df019f80 (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