From: Rosen Penev Date: Wed, 1 Apr 2026 21:57:18 +0000 (-0700) Subject: HSI: omap_ssi_port: remove depends on ARM X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df5ead915b19a6c1fa25f44419f28e1228677b02;p=thirdparty%2Fkernel%2Fstable.git HSI: omap_ssi_port: remove depends on ARM 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 Link: https://patch.msgid.link/20260401215718.11375-1-rosenp@gmail.com Signed-off-by: Sebastian Reichel --- 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