[PATCH] bus: omap-ocp2scp: enable compile testing

Johan Hovold posted 1 patch 1 month, 3 weeks ago
drivers/bus/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] bus: omap-ocp2scp: enable compile testing
Posted by Johan Hovold 1 month, 3 weeks ago
There seems to be nothing preventing the driver from being compile
tested so enable that for wider build coverage.

Signed-off-by: Johan Hovold <johan@kernel.org>
---
 drivers/bus/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig
index fe7600283e70..2a1b46f07080 100644
--- a/drivers/bus/Kconfig
+++ b/drivers/bus/Kconfig
@@ -141,7 +141,7 @@ config OMAP_INTERCONNECT
 
 config OMAP_OCP2SCP
 	tristate "OMAP OCP2SCP DRIVER"
-	depends on ARCH_OMAP2PLUS
+	depends on ARCH_OMAP2PLUS || COMPILE_TEST
 	help
 	  Driver to enable ocp2scp module which transforms ocp interface
 	  protocol to scp protocol. In OMAP4, USB PHY is connected via
-- 
2.51.2
Re: [PATCH] bus: omap-ocp2scp: enable compile testing
Posted by Kevin Hilman 3 weeks, 6 days ago
On Fri, 19 Dec 2025 12:02:59 +0100, Johan Hovold wrote:
> There seems to be nothing preventing the driver from being compile
> tested so enable that for wider build coverage.
> 
> 

Applied, thanks!

[1/1] bus: omap-ocp2scp: enable compile testing
      commit: 5e2d6fa48a841e419848a811a015f61128a149ce

Best regards,
-- 
Kevin Hilman <khilman@baylibre.com>