diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2013-12-12 12:14:29 -0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-01-07 17:27:40 -0800 |
commit | f6a638bd0cc3e274e98bd4a65ca86c13331661c4 (patch) | |
tree | 27659692bb702cd4af69918a1fcd48b0784a6d22 /arch/arm | |
parent | 413541dd66d51f791a0b169d9b9014e4f56be13c (diff) | |
download | op-kernel-dev-f6a638bd0cc3e274e98bd4a65ca86c13331661c4.zip op-kernel-dev-f6a638bd0cc3e274e98bd4a65ca86c13331661c4.tar.gz |
ARM: OMAP2+: Select USB PHY for AM335x SoC
Enable this option as it's required to use USB on AM335x SoC.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index bfa80a1..c3c60fd 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -222,6 +222,7 @@ CONFIG_USB_TEST=y CONFIG_NOP_USB_XCEIV=y CONFIG_OMAP_USB2=y CONFIG_OMAP_USB3=y +CONFIG_AM335X_PHY_USB=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_DEBUG=y CONFIG_USB_GADGET_DEBUG_FILES=y |