Skip to content

Commit df5ead9

Browse files
nehebsre
authored andcommitted
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 <rosenp@gmail.com> Link: https://patch.msgid.link/20260401215718.11375-1-rosenp@gmail.com Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
1 parent 1e7269a commit df5ead9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/hsi/controllers/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ comment "HSI controllers"
66

77
config OMAP_SSI
88
tristate "OMAP SSI hardware driver"
9-
depends on HSI && OF && ARM && COMMON_CLK
9+
depends on HSI && OF && COMMON_CLK
1010
depends on ARCH_OMAP3 || COMPILE_TEST
1111
help
1212
SSI is a legacy version of HSI. It is usually used to connect

0 commit comments

Comments
 (0)