summaryrefslogtreecommitdiffstats
path: root/drivers/phy
diff options
context:
space:
mode:
authorRoger Quadros2018-12-05 16:03:24 +0100
committerKishon Vijay Abraham I2019-02-07 06:40:38 +0100
commit266744faec8c197dcc86ba2f24951a69dc4d3671 (patch)
treee92ecad1283aef8d57d9ed0513a96c14146048cc /drivers/phy
parentphy: ti: usb2: Fix logic on -EPROBE_DEFER (diff)
downloadkernel-qcow2-linux-266744faec8c197dcc86ba2f24951a69dc4d3671.tar.gz
kernel-qcow2-linux-266744faec8c197dcc86ba2f24951a69dc4d3671.tar.xz
kernel-qcow2-linux-266744faec8c197dcc86ba2f24951a69dc4d3671.zip
phy: ti: Don't depend on OMAP_OCP2SCP
TI_PIPE3 and OMAP_USB2 don't depend on OMAP_OCP2SCP for build. Signed-off-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy')
-rw-r--r--drivers/phy/ti/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/phy/ti/Kconfig b/drivers/phy/ti/Kconfig
index f137e0107764..2388b1b65fc5 100644
--- a/drivers/phy/ti/Kconfig
+++ b/drivers/phy/ti/Kconfig
@@ -38,7 +38,6 @@ config OMAP_USB2
select GENERIC_PHY
select USB_PHY
select OMAP_CONTROL_PHY
- depends on OMAP_OCP2SCP
help
Enable this to support the transceiver that is part of SOC. This
driver takes care of all the PHY functionality apart from comparator.
@@ -50,7 +49,6 @@ config TI_PIPE3
depends on ARCH_OMAP2PLUS || COMPILE_TEST
select GENERIC_PHY
select OMAP_CONTROL_PHY
- depends on OMAP_OCP2SCP
help
Enable this to support the PIPE3 PHY that is part of TI SOCs. This
driver takes care of all the PHY functionality apart from comparator.