]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
phy: ti: Don't depend on OMAP_OCP2SCP
authorRoger Quadros <rogerq@ti.com>
Wed, 5 Dec 2018 15:03:24 +0000 (17:03 +0200)
committerKishon Vijay Abraham I <kishon@ti.com>
Thu, 7 Feb 2019 05:40:38 +0000 (11:10 +0530)
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>
drivers/phy/ti/Kconfig

index f137e010776463d03e59f02a33a96002070d628d..2388b1b65fc5a6422b208f5ffef3daf5d4ea6a08 100644 (file)
@@ -38,7 +38,6 @@ config OMAP_USB2
        select GENERIC_PHY
        select USB_PHY
        select OMAP_CONTROL_PHY
        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.
        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 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.
        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.