OSDN Git Service

phy: freescale: Break dependency on SOC_IMX8MQ for USB PHY
authorAbel Vesa <abel.vesa@nxp.com>
Sun, 23 Dec 2018 07:03:30 +0000 (07:03 +0000)
committerKishon Vijay Abraham I <kishon@ti.com>
Thu, 7 Feb 2019 05:40:34 +0000 (11:10 +0530)
Since this is going to be used on more SoCs than just i.MX8MQ,
make the dependency here more generic.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/freescale/Kconfig

index f050bd4..832670b 100644 (file)
@@ -2,4 +2,4 @@ config PHY_FSL_IMX8MQ_USB
        tristate "Freescale i.MX8M USB3 PHY"
        depends on OF && HAS_IOMEM
        select GENERIC_PHY
-       default SOC_IMX8MQ
+       default ARCH_MXC && ARM64