Skip to content

Commit 22fcf88

Browse files
jhovoldgregkh
authored andcommitted
usb: musb: omap2430: enable compile testing
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>
1 parent 7b4b559 commit 22fcf88

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/usb/musb/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ config USB_MUSB_TUSB6010
8484

8585
config USB_MUSB_OMAP2PLUS
8686
tristate "OMAP2430 and onwards"
87-
depends on ARCH_OMAP2PLUS && USB
87+
depends on ARCH_OMAP2PLUS || COMPILE_TEST
88+
depends on USB
8889
depends on OMAP_CONTROL_PHY || !OMAP_CONTROL_PHY
8990
select GENERIC_PHY
9091

0 commit comments

Comments
 (0)