Commit 266744faec8c197dcc86ba2f24951a69dc4d3671

Authored by Roger Quadros
Committed by Kishon Vijay Abraham I
1 parent ed31ee7cf1

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>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

drivers/phy/ti/Kconfig
... ... @@ -38,7 +38,6 @@
38 38 select GENERIC_PHY
39 39 select USB_PHY
40 40 select OMAP_CONTROL_PHY
41   - depends on OMAP_OCP2SCP
42 41 help
43 42 Enable this to support the transceiver that is part of SOC. This
44 43 driver takes care of all the PHY functionality apart from comparator.
... ... @@ -50,7 +49,6 @@
50 49 depends on ARCH_OMAP2PLUS || COMPILE_TEST
51 50 select GENERIC_PHY
52 51 select OMAP_CONTROL_PHY
53   - depends on OMAP_OCP2SCP
54 52 help
55 53 Enable this to support the PIPE3 PHY that is part of TI SOCs. This
56 54 driver takes care of all the PHY functionality apart from comparator.