You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
usb: musb: select GENERIC_PHY instead of depending on it
[ Upstream commitfde1fbedba] 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:0990366bab("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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
0058f7fbea
commit
8e1feecc04
@@ -120,7 +120,7 @@ config USB_MUSB_MEDIATEK
|
||||
tristate "MediaTek platforms"
|
||||
depends on ARCH_MEDIATEK || COMPILE_TEST
|
||||
depends on NOP_USB_XCEIV
|
||||
depends on GENERIC_PHY
|
||||
select GENERIC_PHY
|
||||
select USB_ROLE_SWITCH
|
||||
|
||||
comment "MUSB DMA mode"
|
||||
|
||||
Reference in New Issue
Block a user