From: Simon Horman Date: Thu, 10 Apr 2014 07:12:45 +0000 (+0900) Subject: ARM: shmobile: Enable USB [EO]HCI HCD support in shmobile_defconfig X-Git-Tag: upstream/snapshot3+hdmi~490 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb6c1e6a9f99dd494ce503526231ee92fb1aec56;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ARM: shmobile: Enable USB [EO]HCI HCD support in shmobile_defconfig The USB [EO]HCI HCD drivers provide USB host support for Renesas R-Car Gen2 platforms. To increase hardware support enable the driver in the shmobile_defconfig multiplatform configuration. Acked-by: Magnus Damm Signed-off-by: Simon Horman (cherry picked from commit 1d59eb190e3dc575c7bbee4a163c3facd0de2ed9) Signed-off-by: Simon Horman --- diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 8fb30b0..6d6437c 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -110,6 +110,8 @@ CONFIG_SND_SOC=y CONFIG_SND_SOC_RCAR=y CONFIG_USB=y CONFIG_USB_RCAR_GEN2_PHY=y +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_OHCI_HCD=y CONFIG_USB_RENESAS_USBHS=y CONFIG_USB_GADGET=y CONFIG_USB_RENESAS_USBHS_UDC=y