Skip to content

Commit

Permalink
ARM: msm: USB_MSM_OTG needs USB_PHY
Browse files Browse the repository at this point in the history
The Kconfig entry for USB_EHCI_MSM unconditionally selects USB_MSM_OTG,
which is now only visible when USB_PHY is also enabled.

A dependency for this has been added in the USB tree, this adds the
now missing bit in the defconfig.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Arnd Bergmann committed Apr 29, 2013
1 parent 1556f4b commit 21bdcc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/configs/msm_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ CONFIG_SND_DYNAMIC_MINORS=y
CONFIG_SND_SOC=y
CONFIG_HID_BATTERY_STRENGTH=y
CONFIG_USB=y
CONFIG_USB_PHY=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
CONFIG_USB_MON=y
CONFIG_USB_EHCI_HCD=y
Expand Down

0 comments on commit 21bdcc1

Please sign in to comment.