diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2013-12-12 16:14:29 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-01-08 02:27:40 +0100 |
commit | f6a638bd0cc3e274e98bd4a65ca86c13331661c4 (patch) | |
tree | 27659692bb702cd4af69918a1fcd48b0784a6d22 /arch/arm | |
parent | Linux 3.13-rc5 (diff) | |
download | linux-f6a638bd0cc3e274e98bd4a65ca86c13331661c4.tar.xz linux-f6a638bd0cc3e274e98bd4a65ca86c13331661c4.zip |
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 bfa80a11e8c7..c3c60fd371e5 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 |