Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21bdcc1a authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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: default avatarArnd Bergmann <arnd@arndb.de>
parent 1556f4b4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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