From: Sebastian Hesselbarth Date: Sat, 1 Mar 2014 08:33:21 +0000 (+0100) Subject: phy: mvebu-sata: prepare new Dove DT Kconfig variable X-Git-Tag: v4.14-rc1~7809^2~22^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06c886a95cbb533fb3c4178ec0362460b17926ed;p=platform%2Fkernel%2Flinux-rpi.git phy: mvebu-sata: prepare new Dove DT Kconfig variable DT-enabled Dove will move over from ARCH_DOVE in mach-dove to MACH_DOVE in mach-mvebu. As non-DT ARCH_DOVE will stay to rot for a while, add a new DT-only MACH_DOVE Kconfig. Signed-off-by: Sebastian Hesselbarth Signed-off-by: Kishon Vijay Abraham I Acked-by: Jason Cooper --- diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index e677ee0..dc1756c 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -27,7 +27,7 @@ config PHY_EXYNOS_MIPI_VIDEO config PHY_MVEBU_SATA def_bool y - depends on ARCH_KIRKWOOD || ARCH_DOVE + depends on ARCH_KIRKWOOD || ARCH_DOVE || MACH_DOVE depends on OF select GENERIC_PHY