Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Roger Quadros and committed by
Kishon Vijay Abraham I
266744fa ed31ee7c

-2
-2
drivers/phy/ti/Kconfig
··· 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. ··· 49 50 depends on ARCH_OMAP2PLUS || COMPILE_TEST 50 51 select GENERIC_PHY 51 52 select OMAP_CONTROL_PHY 52 - depends on OMAP_OCP2SCP 53 53 help 54 54 Enable this to support the PIPE3 PHY that is part of TI SOCs. This 55 55 driver takes care of all the PHY functionality apart from comparator.