The Renesas R-Car USB PHY driver only supports the R8A7778 and R8A7779, it isn't useful on other systems unless build testing.
Signed-off-by: Jean Delvare <[email protected]> Cc: Felipe Balbi <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Laurent Pinchart <[email protected]> --- drivers/usb/phy/Kconfig | 1 + 1 file changed, 1 insertion(+) --- linux-3.15-rc6.orig/drivers/usb/phy/Kconfig 2014-04-14 09:42:31.481112766 +0200 +++ linux-3.15-rc6/drivers/usb/phy/Kconfig 2014-05-23 10:11:59.979813625 +0200 @@ -208,6 +208,7 @@ config USB_MXS_PHY config USB_RCAR_PHY tristate "Renesas R-Car USB PHY support" depends on USB || USB_GADGET + depends on ARCH_R8A7778 || ARCH_R8A7779 || COMPILE_TEST select USB_PHY help Say Y here to add support for the Renesas R-Car USB common PHY driver. -- Jean Delvare SUSE L3 Support -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
