From: Jiaxun Yang Date: Fri, 23 Jul 2021 02:25:39 +0000 (+0800) Subject: phy: pistachio-usb: Depend on MIPS || COMPILE_TEST X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e238f10d8606ddb9a1728628a218c3f740b940be;p=linux.git phy: pistachio-usb: Depend on MIPS || COMPILE_TEST So it will be avilable for generic MIPS kernel. Signed-off-by: Jiaxun Yang Acked-By: Vinod Koul Signed-off-by: Thomas Bogendoerfer --- diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 7dd35f1b9cc58..82b63e60c5a22 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -37,7 +37,7 @@ config PHY_LPC18XX_USB_OTG config PHY_PISTACHIO_USB tristate "IMG Pistachio USB2.0 PHY driver" - depends on MACH_PISTACHIO + depends on MIPS || COMPILE_TEST select GENERIC_PHY help Enable this to support the USB2.0 PHY on the IMG Pistachio SoC.