diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2013-12-12 10:14:29 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-01-07 20:27:40 -0500 |
commit | f6a638bd0cc3e274e98bd4a65ca86c13331661c4 (patch) | |
tree | 27659692bb702cd4af69918a1fcd48b0784a6d22 /arch | |
parent | 413541dd66d51f791a0b169d9b9014e4f56be13c (diff) |
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')
-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 bfa80a11e8c7..c3c60fd371e5 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig | |||
@@ -222,6 +222,7 @@ CONFIG_USB_TEST=y | |||
222 | CONFIG_NOP_USB_XCEIV=y | 222 | CONFIG_NOP_USB_XCEIV=y |
223 | CONFIG_OMAP_USB2=y | 223 | CONFIG_OMAP_USB2=y |
224 | CONFIG_OMAP_USB3=y | 224 | CONFIG_OMAP_USB3=y |
225 | CONFIG_AM335X_PHY_USB=y | ||
225 | CONFIG_USB_GADGET=y | 226 | CONFIG_USB_GADGET=y |
226 | CONFIG_USB_GADGET_DEBUG=y | 227 | CONFIG_USB_GADGET_DEBUG=y |
227 | CONFIG_USB_GADGET_DEBUG_FILES=y | 228 | CONFIG_USB_GADGET_DEBUG_FILES=y |