phy: mvebu-sata: prepare new Dove DT Kconfig variable
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Sat, 1 Mar 2014 08:33:21 +0000 (09:33 +0100)
committerKishon Vijay Abraham I <kishon@ti.com>
Tue, 4 Mar 2014 05:46:33 +0000 (11:16 +0530)
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 <sebastian.hesselbarth@gmail.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Acked-by: Jason Cooper <jason@lakedaemon.net>
drivers/phy/Kconfig

index e677ee01fe8a4f8cd7a0f186f17eaa57cc69fceb..dc1756cf5d753d3ddca50cb47cd964ccb5ab9084 100644 (file)
@@ -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
 
This page took 0.026957 seconds and 5 git commands to generate.