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

phy: pistachio-usb: Depend on MIPS || COMPILE_TEST

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>

authored by

Jiaxun Yang and committed by
Thomas Bogendoerfer
e238f10d 1e4fd60b

+1 -1
+1 -1
drivers/phy/Kconfig
··· 37 37 38 38 config PHY_PISTACHIO_USB 39 39 tristate "IMG Pistachio USB2.0 PHY driver" 40 - depends on MACH_PISTACHIO 40 + depends on MIPS || COMPILE_TEST 41 41 select GENERIC_PHY 42 42 help 43 43 Enable this to support the USB2.0 PHY on the IMG Pistachio SoC.