]> Git Repo - linux.git/commitdiff
ARM: omap2plus_defconfig: enable USB_PHY and NOP_USB_XCEIV
authorAdrien Vergé <[email protected]>
Tue, 28 May 2013 18:29:09 +0000 (14:29 -0400)
committerTony Lindgren <[email protected]>
Tue, 18 Jun 2013 10:19:07 +0000 (03:19 -0700)
On OMAP2+ platforms, USB support needs physical layer signalling and
the NOP USB Transceiver driver since v3.10. This patch enables USB_PHY
and NOP_USB_XCEIV in omap2plus_defconfig. These two are harmless to
the kernel stability, and useful since they are required for USB and
Ethernet (over USB) support.

We do not enable USB_EHCI_HCD here because all features aren't fully
supported yet.

This patch applies to Linux 3.10-rc3.

Cc: Roger Quadros <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Felipe Balbi <[email protected]>
Signed-off-by: Adrien Vergé <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
arch/arm/configs/omap2plus_defconfig

index abbe31937c65228e53dc2c97b4b2d4c14451ec38..2ac0ffb12f03638d96db1f5c1fd80dbf4906c25f 100644 (file)
@@ -210,6 +210,8 @@ CONFIG_USB_WDM=y
 CONFIG_USB_STORAGE=y
 CONFIG_USB_LIBUSUAL=y
 CONFIG_USB_TEST=y
+CONFIG_USB_PHY=y
+CONFIG_NOP_USB_XCEIV=y
 CONFIG_USB_GADGET=y
 CONFIG_USB_GADGET_DEBUG=y
 CONFIG_USB_GADGET_DEBUG_FILES=y
This page took 0.064443 seconds and 4 git commands to generate.