pipe3: Fix broken dependency
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Fri, 7 Jul 2017 10:13:34 +0000 (12:13 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 10 Jul 2017 18:26:05 +0000 (14:26 -0400)
ARCH_OMAP2 has been renamed ARCH_OMAP2PLUS in commit a93fbf4a7892
("ARM: omap2+: rename config to ARCH_OMAP2PLUS and consolidate Kconfig")

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/phy/Kconfig

index a91a6946b89ba7f3afebb1e0c4deac941a801231..7841554d091937c85d9aa5c0d118f8350785578f 100644 (file)
@@ -43,7 +43,7 @@ config PHY_SANDBOX
 
 config PIPE3_PHY
        bool "Support omap's PIPE3 PHY"
-       depends on PHY && ARCH_OMAP2
+       depends on PHY && ARCH_OMAP2PLUS
        help
          Support for the omap PIPE3 phy for sata
 
@@ -52,7 +52,7 @@ config PIPE3_PHY
 
 config SPL_PIPE3_PHY
        bool "Support omap's PIPE3 PHY in SPL"
-       depends on SPL_PHY && ARCH_OMAP2
+       depends on SPL_PHY && ARCH_OMAP2PLUS
        help
          Support for the omap PIPE3 phy for sata in SPL