Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Johan Hovold and committed by
Greg Kroah-Hartman
22fcf88b 7b4b5591

+2 -1
+2 -1
drivers/usb/musb/Kconfig
··· 84 84 85 85 config USB_MUSB_OMAP2PLUS 86 86 tristate "OMAP2430 and onwards" 87 - depends on ARCH_OMAP2PLUS && USB 87 + depends on ARCH_OMAP2PLUS || COMPILE_TEST 88 + depends on USB 88 89 depends on OMAP_CONTROL_PHY || !OMAP_CONTROL_PHY 89 90 select GENERIC_PHY 90 91