提交 6b26aaef 编写于 作者: J Jean-Jacques Hiblot 提交者: Tom Rini

pipe3: Fix broken dependency

ARCH_OMAP2 has been renamed ARCH_OMAP2PLUS in commit a93fbf4a
("ARM: omap2+: rename config to ARCH_OMAP2PLUS and consolidate Kconfig")
Signed-off-by: NJean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: NTom Rini <trini@konsulko.com>
上级 c5c1756c
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册