]> git.karo-electronics.de Git - linux-beck.git/commitdiff
USB: Check for ARCH_EXYNOS separately
authorTomasz Figa <t.figa@samsung.com>
Tue, 18 Jun 2013 16:25:48 +0000 (01:25 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 18 Jun 2013 16:25:48 +0000 (01:25 +0900)
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>
drivers/usb/Kconfig
drivers/usb/host/Kconfig

index 92e1dc94ecc87d2bd11cc8033a7bf4acc6a088a5..a3b48b5ea8d3b4823ac1c5243ff4cd5f7f7fe630 100644 (file)
@@ -43,6 +43,7 @@ config USB_ARCH_HAS_EHCI
        default y if ARCH_VT8500
        default y if PLAT_SPEAR
        default y if PLAT_S5P
+       default y if ARCH_EXYNOS
        default y if ARCH_MSM
        default y if MICROBLAZE
        default y if SPARC_LEON
index 344d5e2f87d73a7234452a2b698f63b4959494e5..922a65d361c8f3b3a40bb936f4cf87993a8d26a0 100644 (file)
@@ -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.