]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
usb: musb: omap2430: enable compile testing
authorJohan Hovold <johan@kernel.org>
Thu, 24 Jul 2025 09:21:04 +0000 (11:21 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Jul 2025 08:50:39 +0000 (10:50 +0200)
Nothing seems to prevent the driver from being compile tested on
non-OMAP platforms so enable it to provide wider build coverage.

Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://lore.kernel.org/r/20250724092104.21317-1-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/Kconfig

index 9e45d12b81d38d00aec61e8b1d91bc05b8826396..f56929267eaa9199a814734b464d2f15b7155eb1 100644 (file)
@@ -84,7 +84,8 @@ config USB_MUSB_TUSB6010
 
 config USB_MUSB_OMAP2PLUS
        tristate "OMAP2430 and onwards"
-       depends on ARCH_OMAP2PLUS && USB
+       depends on ARCH_OMAP2PLUS || COMPILE_TEST
+       depends on USB
        depends on OMAP_CONTROL_PHY || !OMAP_CONTROL_PHY
        select GENERIC_PHY