projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e4fd60
)
phy: pistachio-usb: Depend on MIPS || COMPILE_TEST
author
Jiaxun Yang
<jiaxun.yang@flygoat.com>
Fri, 23 Jul 2021 02:25:39 +0000
(10:25 +0800)
committer
Thomas Bogendoerfer
<tsbogend@alpha.franken.de>
Thu, 12 Aug 2021 14:01:49 +0000
(16:01 +0200)
So it will be avilable for generic MIPS kernel.
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Acked-By: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
drivers/phy/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/phy/Kconfig
b/drivers/phy/Kconfig
index 7dd35f1b9cc587b14c1fecafc835c490495f3548..82b63e60c5a226bded68c9fe4a0c469c4049e63f 100644
(file)
--- a/
drivers/phy/Kconfig
+++ b/
drivers/phy/Kconfig
@@
-37,7
+37,7
@@
config PHY_LPC18XX_USB_OTG
config PHY_PISTACHIO_USB
tristate "IMG Pistachio USB2.0 PHY driver"
- depends on M
ACH_PISTACHIO
+ depends on M
IPS || COMPILE_TEST
select GENERIC_PHY
help
Enable this to support the USB2.0 PHY on the IMG Pistachio SoC.