diff options
author | Bartlomiej Zolnierkiewicz <[email protected]> | 2014-09-01 17:03:17 +0200 |
---|---|---|
committer | Kishon Vijay Abraham I <[email protected]> | 2014-09-12 11:35:31 +0530 |
commit | 6100a7c1e9fb4ce6a2c3ed04081d4d5ab8362f0f (patch) | |
tree | 2834d3b24fc5cf7534ae481ac72b54eba1138329 | |
parent | a6cc1b9478e769aca95d3a1bcb071d38b3f6bc30 (diff) |
phy: spear1310-miphy: fix driver dependencies
ST SPEAR1310-MIPHY support should be available only on
ST SPEAr1310 machine.
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
Acked-by: Kyungmin Park <[email protected]>
Cc: Pratyush Anand <[email protected]>
Cc: Mohit Kumar <[email protected]>
Signed-off-by: Kishon Vijay Abraham I <[email protected]>
-rw-r--r-- | drivers/phy/Kconfig | 1 |
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. |