projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
827cb03
)
phy: freescale: Break dependency on SOC_IMX8MQ for USB PHY
author
Abel Vesa
<abel.vesa@nxp.com>
Sun, 23 Dec 2018 07:03:30 +0000
(07:03 +0000)
committer
Kishon 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
patch
|
blob
|
history
diff --git
a/drivers/phy/freescale/Kconfig
b/drivers/phy/freescale/Kconfig
index f050bd4e97e0f09981fce525258c713827bea67a..832670b4952b00ac51021ca37b9fb57d5ed74f75 100644
(file)
--- a/
drivers/phy/freescale/Kconfig
+++ b/
drivers/phy/freescale/Kconfig
@@
-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