Commit e238f10d authored by Jiaxun Yang's avatar Jiaxun Yang Committed by Thomas Bogendoerfer

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

So it will be avilable for generic MIPS kernel.
Signed-off-by: default avatarJiaxun Yang <jiaxun.yang@flygoat.com>
Acked-By: default avatarVinod Koul <vkoul@kernel.org>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 1e4fd60b
...@@ -37,7 +37,7 @@ config PHY_LPC18XX_USB_OTG ...@@ -37,7 +37,7 @@ config PHY_LPC18XX_USB_OTG
config PHY_PISTACHIO_USB config PHY_PISTACHIO_USB
tristate "IMG Pistachio USB2.0 PHY driver" tristate "IMG Pistachio USB2.0 PHY driver"
depends on MACH_PISTACHIO depends on MIPS || COMPILE_TEST
select GENERIC_PHY select GENERIC_PHY
help help
Enable this to support the USB2.0 PHY on the IMG Pistachio SoC. Enable this to support the USB2.0 PHY on the IMG Pistachio SoC.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment