]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
phy: ti: omap-usb2: enable compile testing
authorJohan Hovold <johan@kernel.org>
Thu, 24 Jul 2025 13:16:23 +0000 (15:16 +0200)
committerVinod Koul <vkoul@kernel.org>
Wed, 13 Aug 2025 06:49:24 +0000 (12:19 +0530)
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>
drivers/phy/ti/Kconfig

index b905902d57508d0c6f9d05fae9b0d9576d2cf0d9..b40f280191314798543f5a84e8048ed879b22ce2 100644 (file)
@@ -62,7 +62,7 @@ config OMAP_CONTROL_PHY
 
 config OMAP_USB2
        tristate "OMAP USB2 PHY Driver"
-       depends on ARCH_OMAP2PLUS || ARCH_K3
+       depends on ARCH_OMAP2PLUS || ARCH_K3 || COMPILE_TEST
        depends on USB_SUPPORT
        select GENERIC_PHY
        select USB_PHY