Message ID | 1396025641-30520-1-git-send-email-ulrich.hecht@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 41551f3d7d9a37b55a6f84d77200bfe29d42c466 |
Headers | show |
On Fri, Mar 28, 2014 at 05:54:01PM +0100, Ulrich Hecht wrote: > The renesas_usbhs driver provides USB gadget support for most Renesas > platforms. To increase hardware support enable the driver in the > shmobile_defconfig multiplatform configuration. > > Signed-off-by: Ulrich Hecht <ulrich.hecht@gmail.com> Thanks, I will queue this up. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 146ee70..c10e626 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -103,7 +103,11 @@ CONFIG_SOUND=y CONFIG_SND=y CONFIG_SND_SOC=y CONFIG_SND_SOC_RCAR=y +CONFIG_USB=y CONFIG_USB_RCAR_GEN2_PHY=y +CONFIG_USB_RENESAS_USBHS=y +CONFIG_USB_GADGET=y +CONFIG_USB_RENESAS_USBHS_UDC=y CONFIG_MMC=y CONFIG_MMC_SDHI=y CONFIG_MMC_SH_MMCIF=y
The renesas_usbhs driver provides USB gadget support for most Renesas platforms. To increase hardware support enable the driver in the shmobile_defconfig multiplatform configuration. Signed-off-by: Ulrich Hecht <ulrich.hecht@gmail.com> --- arch/arm/configs/shmobile_defconfig | 4 ++++ 1 file changed, 4 insertions(+)