diff options
| author | Yegor Yefremov <[email protected]> | 2025-09-22 15:05:57 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2025-11-04 12:42:09 +0100 |
| commit | c9838ec5451bf78ee191dbd65682e29253dbf18f (patch) | |
| tree | 98cf1ac55e084f92932018f9bec5c83cac1f3c32 /drivers | |
| parent | c9fdb9ac4d5234953ffaaef0cfc9d4ccb03f0ce5 (diff) | |
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 <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/usb/musb-new/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/musb-new/Kconfig b/drivers/usb/musb-new/Kconfig index 0e2b2b5fb85..f8daaddc657 100644 --- a/drivers/usb/musb-new/Kconfig +++ b/drivers/usb/musb-new/Kconfig @@ -40,6 +40,7 @@ config USB_MUSB_DA8XX config USB_MUSB_TI bool "Enable TI OTG USB controller" depends on AM33XX + select MISC if OF_CONTROL select USB_MUSB_DSPS help Say y here to enable support for the dual role high |
