Skip to content

Commit d896910

Browse files
geertukishon
authored andcommitted
phy: Restrict phy-hi6220-usb to HiSilicon arm64
The HiSilicon Hi6220 USB PHY is available in HiSilicon Hi6220 SoCs only. Restrict it to HiSilicon arm64, unless compile-testing. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
1 parent 92e963f commit d896910

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/phy/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ config PHY_MT65XX_USB3
224224

225225
config PHY_HI6220_USB
226226
tristate "hi6220 USB PHY support"
227+
depends on (ARCH_HISI && ARM64) || COMPILE_TEST
227228
select GENERIC_PHY
228229
select MFD_SYSCON
229230
help

0 commit comments

Comments
 (0)