aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@ti.com>2014-03-06 09:38:45 -0500
committerKishon Vijay Abraham I <kishon@ti.com>2014-03-09 03:15:12 -0400
commit02133b9e54ed19e07348ff7abf75aeb92c94d901 (patch)
tree56c78a4bcc3b375d68aae2e41bd05585f29d3507 /drivers/phy
parent56042e4e975ce7b0817ebc024d02fa96ee01e107 (diff)
phy: omap: Depend on OMAP_OCP2SCP bus driver
The OMAP_USB2 and OMAP_PIPE3 PHY devices will not be detected if the OMAP_OCP2SCP bus driver is not present. Make them depend on it. Signed-off-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy')
-rw-r--r--drivers/phy/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index fe8c0096f9e4..2aead8b7dc60 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -47,6 +47,7 @@ config OMAP_USB2
47 depends on USB_PHY 47 depends on USB_PHY
48 select GENERIC_PHY 48 select GENERIC_PHY
49 select OMAP_CONTROL_PHY 49 select OMAP_CONTROL_PHY
50 depends on OMAP_OCP2SCP
50 help 51 help
51 Enable this to support the transceiver that is part of SOC. This 52 Enable this to support the transceiver that is part of SOC. This
52 driver takes care of all the PHY functionality apart from comparator. 53 driver takes care of all the PHY functionality apart from comparator.
@@ -58,6 +59,7 @@ config TI_PIPE3
58 depends on ARCH_OMAP2PLUS || COMPILE_TEST 59 depends on ARCH_OMAP2PLUS || COMPILE_TEST
59 select GENERIC_PHY 60 select GENERIC_PHY
60 select OMAP_CONTROL_PHY 61 select OMAP_CONTROL_PHY
62 depends on OMAP_OCP2SCP
61 help 63 help
62 Enable this to support the PIPE3 PHY that is part of TI SOCs. This 64 Enable this to support the PIPE3 PHY that is part of TI SOCs. This
63 driver takes care of all the PHY functionality apart from comparator. 65 driver takes care of all the PHY functionality apart from comparator.