提交 58d5b720 编写于 作者: T Tomasz Figa 提交者: Kukjin Kim

USB: Check for ARCH_EXYNOS separately

ARCH_EXYNOS is going to be excluded from PLAT_S5P, so it must be checked
separately in Exynos-related Kconfig entries.
Signed-off-by: NTomasz Figa <t.figa@samsung.com>
Signed-off-by: NKyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
上级 8a78649d
...@@ -43,6 +43,7 @@ config USB_ARCH_HAS_EHCI ...@@ -43,6 +43,7 @@ config USB_ARCH_HAS_EHCI
default y if ARCH_VT8500 default y if ARCH_VT8500
default y if PLAT_SPEAR default y if PLAT_SPEAR
default y if PLAT_S5P default y if PLAT_S5P
default y if ARCH_EXYNOS
default y if ARCH_MSM default y if ARCH_MSM
default y if MICROBLAZE default y if MICROBLAZE
default y if SPARC_LEON default y if SPARC_LEON
......
...@@ -225,7 +225,7 @@ config USB_EHCI_SH ...@@ -225,7 +225,7 @@ config USB_EHCI_SH
config USB_EHCI_S5P config USB_EHCI_S5P
tristate "EHCI support for Samsung S5P/EXYNOS SoC Series" tristate "EHCI support for Samsung S5P/EXYNOS SoC Series"
depends on PLAT_S5P depends on PLAT_S5P || ARCH_EXYNOS
help help
Enable support for the Samsung S5Pxxxx and Exynos3/4/5 SOC's Enable support for the Samsung S5Pxxxx and Exynos3/4/5 SOC's
on-chip EHCI controller. on-chip EHCI controller.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册