diff options
| author | 2014-07-10 23:36:30 +0200 | |
|---|---|---|
| committer | 2014-07-22 12:46:11 +0530 | |
| commit | 74d64b59b49b322c8bbc73cdaba37348faf59582 (patch) | |
| tree | 668b9ac0bf8820d12464f8aa42ce39f44e796a77 /drivers/phy | |
| parent | phy: qcom: Add APQ8064 SATA PHY device tree bindings (diff) | |
| download | linux-dev-74d64b59b49b322c8bbc73cdaba37348faf59582.tar.xz linux-dev-74d64b59b49b322c8bbc73cdaba37348faf59582.zip | |
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/Kconfig | 2 |
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 |
