* [PATCH] phy: spear1310-miphy: fix driver dependencies
@ 2014-09-01 15:03 Bartlomiej Zolnierkiewicz
0 siblings, 0 replies; only message in thread
From: Bartlomiej Zolnierkiewicz @ 2014-09-01 15:03 UTC (permalink / raw)
To: Kishon Vijay Abraham I
Cc: Pratyush Anand, Mohit Kumar, Kyungmin Park, linux-kernel
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>
---
drivers/phy/Kconfig | 1 +
1 file changed, 1 insertion(+)
Index: b/drivers/phy/Kconfig
===================================================================
--- a/drivers/phy/Kconfig 2014-08-22 16:54:00.465124023 +0200
+++ b/drivers/phy/Kconfig 2014-09-01 16:43:16.808730424 +0200
@@ -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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-09-01 15:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-01 15:03 [PATCH] phy: spear1310-miphy: fix driver dependencies Bartlomiej Zolnierkiewicz
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.