projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
317ddd2
)
ARM: EXYNOS: Enable XHCI support on exynos5
author
Vivek Gautam
<gautam.vivek@samsung.com>
Wed, 10 Apr 2013 10:38:41 +0000
(19:38 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Tue, 18 Jun 2013 18:41:36 +0000
(
03:41
+0900)
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>
arch/arm/mach-exynos/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-exynos/Kconfig
b/arch/arm/mach-exynos/Kconfig
index ff18fc2ea46f092bc68786065bcdd985da325c7e..6aa228da2d88d0ecd3ff5c181eccc000ae025bd8 100644
(file)
--- 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.