[PATCH v6 13/14] usb: otg: add basic mxs phy driver support
Alexander Shishkin
alexander.shishkin at linux.intel.com
Tue Jun 26 05:15:23 EDT 2012
Richard Zhao <richard.zhao at freescale.com> writes:
> +config USB_MXS_PHY
> + tristate "Freescale MXS USB PHY support"
> + select STMP_DEVICE
> + select USB_OTG_UTILS
There should also be a dependency on ARM (or maybe even ARCH_MXS),
because you're using writel_relaxed() here, which only exists on arm and
sh4 and enabling it on other architectures breaks compilation.
Regards,
--
Alex
More information about the linux-arm-kernel
mailing list