summaryrefslogtreecommitdiff
path: root/drivers/phy
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2014-07-11 01:36:30 +0400
committerKishon Vijay Abraham I <kishon@ti.com>2014-07-22 11:16:11 +0400
commit74d64b59b49b322c8bbc73cdaba37348faf59582 (patch)
tree668b9ac0bf8820d12464f8aa42ce39f44e796a77 /drivers/phy
parente299f59a2ea1d1f6ce43ebfc56c75ea266a056de (diff)
downloadlinux-74d64b59b49b322c8bbc73cdaba37348faf59582.tar.xz
phy: Remove ARCH_KIRKWOOD dependency
mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu. Depend on MACH_KIRKWOOD, which will be set when these SoCs are built as part of mach-mvebv. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Cc: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy')
-rw-r--r--drivers/phy/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index 691115292a99..261ad18854c1 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 || MACH_DOVE || MACH_KIRKWOOD
+ depends on ARCH_DOVE || MACH_DOVE || MACH_KIRKWOOD
depends on OF
select GENERIC_PHY