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

Configure Feed

Select the types of activity you want to include in your feed.

phy: hisilicon: Allow building phy-hisi-inno-usb2 on ARM32

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>

authored by

David Yang and committed by
Vinod Koul
fdab4786 3940ffc6

+1 -1
+1 -1
drivers/phy/hisilicon/Kconfig
··· 54 54 55 55 config PHY_HISI_INNO_USB2 56 56 tristate "HiSilicon INNO USB2 PHY support" 57 - depends on (ARCH_HISI && ARM64) || COMPILE_TEST 57 + depends on ARCH_HISI || COMPILE_TEST 58 58 select GENERIC_PHY 59 59 select MFD_SYSCON 60 60 help