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

phy: freescale: Break dependency on SOC_IMX8MQ for USB PHY

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>

authored by

Abel Vesa and committed by
Kishon Vijay Abraham I
e4e2c343 827cb032

+1 -1
+1 -1
drivers/phy/freescale/Kconfig
··· 2 2 tristate "Freescale i.MX8M USB3 PHY" 3 3 depends on OF && HAS_IOMEM 4 4 select GENERIC_PHY 5 - default SOC_IMX8MQ 5 + default ARCH_MXC && ARM64