summaryrefslogtreecommitdiffstats
path: root/drivers/phy
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz2014-09-01 17:03:17 +0200
committerKishon Vijay Abraham I2014-09-12 08:05:31 +0200
commit6100a7c1e9fb4ce6a2c3ed04081d4d5ab8362f0f (patch)
tree2834d3b24fc5cf7534ae481ac72b54eba1138329 /drivers/phy
parentphy: miphy365x: Fix off-by-one error (diff)
downloadkernel-qcow2-linux-6100a7c1e9fb4ce6a2c3ed04081d4d5ab8362f0f.tar.gz
kernel-qcow2-linux-6100a7c1e9fb4ce6a2c3ed04081d4d5ab8362f0f.tar.xz
kernel-qcow2-linux-6100a7c1e9fb4ce6a2c3ed04081d4d5ab8362f0f.zip
phy: spear1310-miphy: fix driver dependencies
ST SPEAR1310-MIPHY support should be available only on ST SPEAr1310 machine. Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Acked-by: Kyungmin Park <kyungmin.park@samsung.com> Cc: Pratyush Anand <pratyush.anand@st.com> Cc: Mohit Kumar <mohit.kumar@st.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy')
-rw-r--r--drivers/phy/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index 4ff8cbb620d3..0972c2b5d580 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -214,6 +214,7 @@ config PHY_QCOM_IPQ806X_SATA
config PHY_ST_SPEAR1310_MIPHY
tristate "ST SPEAR1310-MIPHY driver"
select GENERIC_PHY
+ depends on MACH_SPEAR1310 || COMPILE_TEST
help
Support for ST SPEAr1310 MIPHY which can be used for PCIe and SATA.