diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-04-25 11:05:09 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-04-29 10:39:09 -0400 |
commit | 21bdcc1a2ffce8c9bc7caad711401fff47f99c00 (patch) | |
tree | 88d40f49b0201751b7e968450a4f1edaa48b8468 /arch/arm/configs | |
parent | 1556f4b4d0abadb5df5e7678cbe7c30d27e7256c (diff) |
ARM: msm: USB_MSM_OTG needs USB_PHY
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>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/msm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/msm_defconfig b/arch/arm/configs/msm_defconfig index 44f929167d7e..690b5f9c7462 100644 --- a/arch/arm/configs/msm_defconfig +++ b/arch/arm/configs/msm_defconfig | |||
@@ -101,6 +101,7 @@ CONFIG_SND_DYNAMIC_MINORS=y | |||
101 | CONFIG_SND_SOC=y | 101 | CONFIG_SND_SOC=y |
102 | CONFIG_HID_BATTERY_STRENGTH=y | 102 | CONFIG_HID_BATTERY_STRENGTH=y |
103 | CONFIG_USB=y | 103 | CONFIG_USB=y |
104 | CONFIG_USB_PHY=y | ||
104 | CONFIG_USB_ANNOUNCE_NEW_DEVICES=y | 105 | CONFIG_USB_ANNOUNCE_NEW_DEVICES=y |
105 | CONFIG_USB_MON=y | 106 | CONFIG_USB_MON=y |
106 | CONFIG_USB_EHCI_HCD=y | 107 | CONFIG_USB_EHCI_HCD=y |