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

phy: ti: omap-usb2: enable compile testing

Nothing seems to prevent the driver from being built on non-TI platforms
so enable compile testing for wider build coverage.

Signed-off-by: Johan Hovold <johan@kernel.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20250724131623.2662-1-johan@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Johan Hovold and committed by
Vinod Koul
8209b3f7 497e78c7

+1 -1
+1 -1
drivers/phy/ti/Kconfig
··· 62 62 63 63 config OMAP_USB2 64 64 tristate "OMAP USB2 PHY Driver" 65 - depends on ARCH_OMAP2PLUS || ARCH_K3 65 + depends on ARCH_OMAP2PLUS || ARCH_K3 || COMPILE_TEST 66 66 depends on USB_SUPPORT 67 67 select GENERIC_PHY 68 68 select USB_PHY