Skip to content

Commit

Permalink
phy: freescale: Break dependency on SOC_IMX8MQ for USB PHY
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Abel Vesa authored and Kishon Vijay Abraham I committed Feb 7, 2019
1 parent 827cb03 commit e4e2c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/phy/freescale/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e4e2c34

Please sign in to comment.