]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
usb: musb: select GENERIC_PHY instead of depending on it
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 5 Oct 2021 23:57:47 +0000 (16:57 -0700)
committerAndrea Righi <andrea.righi@canonical.com>
Tue, 4 Jan 2022 08:48:30 +0000 (09:48 +0100)
commit36ecfa738311cfc9bca809e9cd0fbb8110f65103
tree72648efdbb0d76316171c2c5da801d61dc5f86d6
parentacfbdb63caf7b19c78b61adb1f2ee25e26eb0e90
usb: musb: select GENERIC_PHY instead of depending on it

BugLink: https://bugs.launchpad.net/bugs/1951822
[ Upstream commit fde1fbedbaed4e76cef4600d775b185f59b9b568 ]

The kconfig symbol GENERIC_PHY says:
  All the users of this framework should select this config.
and around 136 out of 138 drivers do so, so change USB_MUSB_MEDIATEK
to do so also.

This (also) fixes a long circular dependency problem for an upcoming
patch.

Fixes: 0990366bab3c ("usb: musb: Add support for MediaTek musb controller")
Cc: Bin Liu <b-liu@ti.com>
Cc: Min Guo <min.guo@mediatek.com>
Cc: Yonglong Wu <yonglong.wu@mediatek.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-mediatek@lists.infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20211005235747.5588-1-rdunlap@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
drivers/usb/musb/Kconfig