]> git.ipfire.org Git - thirdparty/u-boot.git/commit
usb: musb-new: fix ti-musb dependencies
authorYegor Yefremov <yegorslists@googlemail.com>
Mon, 22 Sep 2025 13:05:57 +0000 (15:05 +0200)
committerMarek Vasut <marek.vasut+usb@mailbox.org>
Tue, 4 Nov 2025 11:42:09 +0000 (12:42 +0100)
commitc9838ec5451bf78ee191dbd65682e29253dbf18f
tree98cf1ac55e084f92932018f9bec5c83cac1f3c32
parentc9fdb9ac4d5234953ffaaef0cfc9d4ccb03f0ce5
usb: musb-new: fix ti-musb dependencies

If OF_CONTROL is on, ti-musb.c registers a "ti-musb-wrapper" driver
that requires UCLASS_MISC. Hence, select MISC if both OF_CONTROL
and USB_MUSB_TI are selected.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
drivers/usb/musb-new/Kconfig