From: Andrew Lunn Date: Thu, 10 Jul 2014 21:36:30 +0000 (+0200) Subject: phy: Remove ARCH_KIRKWOOD dependency X-Git-Tag: v3.17-rc1~121^2~11^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74d64b59b49b322c8bbc73cdaba37348faf59582;p=thirdparty%2Fkernel%2Flinux.git 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 Cc: Kishon Vijay Abraham I Signed-off-by: Kishon Vijay Abraham I --- diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 691115292a992..261ad18854c10 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