diff options
author | Vivek Gautam <gautam.vivek@samsung.com> | 2013-04-10 06:38:41 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-06-18 14:41:36 -0400 |
commit | 0240d562d0b11e369e3e4af6fe8e6c607bc35d4c (patch) | |
tree | a2d46f251bd9b4962bf73e3503eef48f16569cb4 /arch/arm/mach-exynos/Kconfig | |
parent | 317ddd256b9c24b0d78fa8018f80f1e495481a10 (diff) |
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/Kconfig')
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 1 |
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 | |||
429 | depends on ARCH_EXYNOS5 | 429 | depends on ARCH_EXYNOS5 |
430 | select ARM_AMBA | 430 | select ARM_AMBA |
431 | select CLKSRC_OF | 431 | select CLKSRC_OF |
432 | select USB_ARCH_HAS_XHCI | ||
432 | select USE_OF | 433 | select USE_OF |
433 | help | 434 | help |
434 | Machine support for Samsung EXYNOS5 machine with device tree enabled. | 435 | Machine support for Samsung EXYNOS5 machine with device tree enabled. |