projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1556f4b
)
ARM: msm: USB_MSM_OTG needs USB_PHY
author
Arnd Bergmann
<arnd@arndb.de>
Thu, 25 Apr 2013 15:05:09 +0000
(17:05 +0200)
committer
Arnd Bergmann
<arnd@arndb.de>
Mon, 29 Apr 2013 14:39:09 +0000
(16:39 +0200)
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>
arch/arm/configs/msm_defconfig
patch
|
blob
|
history
diff --git
a/arch/arm/configs/msm_defconfig
b/arch/arm/configs/msm_defconfig
index
44f9291
..
690b5f9
100644
(file)
--- a/
arch/arm/configs/msm_defconfig
+++ b/
arch/arm/configs/msm_defconfig
@@
-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