* [PATCH] HSI: omap_ssi_port: remove depends on ARM
@ 2026-04-01 21:57 Rosen Penev
2026-04-02 20:45 ` Sebastian Reichel
0 siblings, 1 reply; 2+ messages in thread
From: Rosen Penev @ 2026-04-01 21:57 UTC (permalink / raw)
To: linux-kernel; +Cc: Sebastian Reichel
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-02 20:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-01 21:57 [PATCH] HSI: omap_ssi_port: remove depends on ARM Rosen Penev
2026-04-02 20:45 ` Sebastian Reichel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox