From ac124a0f3912c883e26fc6a7bec59884e045a5c0 Mon Sep 17 00:00:00 2001 From: Tushar Behera Date: Fri, 23 Aug 2013 16:24:40 +0530 Subject: 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 --- linaro/configs/arndale.conf | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3