summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos
diff options
context:
space:
mode:
authorVivek Gautam <gautam.vivek@samsung.com>2013-04-10 19:38:41 +0900
committerKukjin Kim <kgene.kim@samsung.com>2013-06-19 03:41:36 +0900
commit0240d562d0b11e369e3e4af6fe8e6c607bc35d4c (patch)
treea2d46f251bd9b4962bf73e3503eef48f16569cb4 /arch/arm/mach-exynos
parent317ddd256b9c24b0d78fa8018f80f1e495481a10 (diff)
downloadlinux-0240d562d0b11e369e3e4af6fe8e6c607bc35d4c.tar.bz2
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 <gautam.vivek@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos')
-rw-r--r--arch/arm/mach-exynos/Kconfig1
1 files changed, 1 insertions, 0 deletions
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.