diff options
author | Tomasz Figa <t.figa@samsung.com> | 2013-06-19 01:25:48 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-06-19 01:25:48 +0900 |
commit | 58d5b72088ccee4eafb12b5b4433471e7438c453 (patch) | |
tree | b9e6d379e8fddcae94fc3897c645e36973fc2821 /drivers/usb/host/Kconfig | |
parent | 8a78649dcec583b97d6541bf53e0d3c8028d6207 (diff) | |
download | blackbird-op-linux-58d5b72088ccee4eafb12b5b4433471e7438c453.tar.gz blackbird-op-linux-58d5b72088ccee4eafb12b5b4433471e7438c453.zip |
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: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 344d5e2f87d7..922a65d361c8 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -225,7 +225,7 @@ config USB_EHCI_SH config USB_EHCI_S5P tristate "EHCI support for Samsung S5P/EXYNOS SoC Series" - depends on PLAT_S5P + depends on PLAT_S5P || ARCH_EXYNOS help Enable support for the Samsung S5Pxxxx and Exynos3/4/5 SOC's on-chip EHCI controller. |