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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 7b4b559 commit 22fcf88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)