[PATCH] HSI: omap_ssi_port: remove depends on ARM

Rosen Penev posted 1 patch 2 months, 1 week ago
drivers/hsi/controllers/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] HSI: omap_ssi_port: remove depends on ARM
Posted by Rosen Penev 2 months, 1 week ago
This has both ARM and COMPILE_TEST. The latter will never get hit on a
non ARM system. Allows compilation on at least x86.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
 drivers/hsi/controllers/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hsi/controllers/Kconfig b/drivers/hsi/controllers/Kconfig
index 03ca5b558824..d3543197fff9 100644
--- a/drivers/hsi/controllers/Kconfig
+++ b/drivers/hsi/controllers/Kconfig
@@ -6,7 +6,7 @@ comment "HSI controllers"
 
 config OMAP_SSI
 	tristate "OMAP SSI hardware driver"
-	depends on HSI && OF && ARM && COMMON_CLK
+	depends on HSI && OF && COMMON_CLK
 	depends on ARCH_OMAP3 || COMPILE_TEST
 	help
 	  SSI is a legacy version of HSI. It is usually used to connect
-- 
2.53.0
Re: [PATCH] HSI: omap_ssi_port: remove depends on ARM
Posted by Sebastian Reichel 2 months, 1 week ago
On Wed, 01 Apr 2026 14:57:18 -0700, Rosen Penev wrote:
> This has both ARM and COMPILE_TEST. The latter will never get hit on a
> non ARM system. Allows compilation on at least x86.
> 
> 

Applied, thanks!

[1/1] HSI: omap_ssi_port: remove depends on ARM
      commit: df5ead915b19a6c1fa25f44419f28e1228677b02

Best regards,
-- 
Sebastian Reichel <sebastian.reichel@collabora.com>