diff options
| author | Tom Rini <[email protected]> | 2025-09-11 15:50:23 -0600 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2025-09-26 00:06:00 +0200 |
| commit | 3285584429ba09df602011784f40e2c2d59a26b9 (patch) | |
| tree | 1b934468d512d06990f8acffca94f9f4299f51bc /drivers | |
| parent | be8c07b606b84b5500971d8e518e80152588bd54 (diff) | |
usb: host: Tighten USB musb-new host glue driver dependencies
A few of the USB musb-new host glue drivers cannot build without access
to some platform specific header files. Express those requirements in
Kconfig as well.
Reviewed-by: Marek Vasut <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/usb/musb-new/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/musb-new/Kconfig b/drivers/usb/musb-new/Kconfig index ad9072a5327..0e2b2b5fb85 100644 --- a/drivers/usb/musb-new/Kconfig +++ b/drivers/usb/musb-new/Kconfig @@ -52,9 +52,11 @@ config USB_MUSB_OMAP2PLUS config USB_MUSB_AM35X bool "AM35x" + depends on ARCH_OMAP2PLUS config USB_MUSB_DSPS bool "TI DSPS platforms" + depends on ARCH_OMAP2PLUS config USB_MUSB_MT85XX bool "Enable Mediatek MT85XX DRC USB controller" |
