ARM: shmobile: Enable USB [EO]HCI HCD support in shmobile_defconfig
authorSimon Horman <horms+renesas@verge.net.au>
Thu, 10 Apr 2014 07:12:45 +0000 (16:12 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 14 Apr 2014 02:23:55 +0000 (11:23 +0900)
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 <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/configs/shmobile_defconfig

index 8fb30b09f960b2701197d218b5068cf733d02273..6d6437cbbc523b11510a26a7e75330a6a129e7dc 100644 (file)
@@ -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
This page took 0.025687 seconds and 5 git commands to generate.