]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
usb: host: Tighten USB musb-new host glue driver dependencies
authorTom Rini <trini@konsulko.com>
Thu, 11 Sep 2025 21:50:23 +0000 (15:50 -0600)
committerMarek Vasut <marek.vasut+usb@mailbox.org>
Thu, 25 Sep 2025 22:06:00 +0000 (00:06 +0200)
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 <marek.vasut@mailbox.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/usb/musb-new/Kconfig

index ad9072a532767b94d4171d1236ffc99f48330206..0e2b2b5fb85772d43458ff8d28199e7afcebdeeb 100644 (file)
@@ -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"