projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3940ffc
)
phy: hisilicon: Allow building phy-hisi-inno-usb2 on ARM32
author
David Yang
<mmyangfl@gmail.com>
Tue, 9 May 2023 06:04:45 +0000
(14:04 +0800)
committer
Vinod Koul
<vkoul@kernel.org>
Tue, 16 May 2023 14:14:29 +0000
(19:44 +0530)
Support for inno-usb2-phy on Hi3798MV100 was added into existing driver,
while Hi3798MV100 is a A9 ARM32-only SoC.
Signed-off-by: David Yang <mmyangfl@gmail.com>
Link:
https://lore.kernel.org/r/20230509060449.1151113-3-mmyangfl@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/hisilicon/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/phy/hisilicon/Kconfig
b/drivers/phy/hisilicon/Kconfig
index d3b92c2885544876e3999d7df9c8b29d7fb08585..6c89136fc8c2d1c41d05e12fc856a19115c8e9fc 100644
(file)
--- a/
drivers/phy/hisilicon/Kconfig
+++ b/
drivers/phy/hisilicon/Kconfig
@@
-54,7
+54,7
@@
config PHY_HISTB_COMBPHY
config PHY_HISI_INNO_USB2
tristate "HiSilicon INNO USB2 PHY support"
- depends on
(ARCH_HISI && ARM64)
|| COMPILE_TEST
+ depends on
ARCH_HISI
|| COMPILE_TEST
select GENERIC_PHY
select MFD_SYSCON
help