[PATCH] HSI: omap_ssi_port: remove depends on ARM
From: Rosen Penev
Date: Wed Apr 01 2026 - 17:59:16 EST
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@xxxxxxxxx>
---
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