From: Vivek Gautam Date: Wed, 10 Apr 2013 10:38:41 +0000 (+0900) Subject: ARM: EXYNOS: Enable XHCI support on exynos5 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0240d562d0b11e369e3e4af6fe8e6c607bc35d4c;p=deliverable%2Flinux.git ARM: EXYNOS: Enable XHCI support on exynos5 This patch enables support for XHCI on exynos5 series of SOCs, to support host side USB 3.0 support. Signed-off-by: Vivek Gautam Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index ff18fc2ea46f..6aa228da2d88 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -429,6 +429,7 @@ config MACH_EXYNOS5_DT depends on ARCH_EXYNOS5 select ARM_AMBA select CLKSRC_OF + select USB_ARCH_HAS_XHCI select USE_OF help Machine support for Samsung EXYNOS5 machine with device tree enabled.