diff options
| author | Rosen Penev <rosenp@gmail.com> | 2026-04-01 14:57:18 -0700 |
|---|---|---|
| committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2026-04-02 22:33:44 +0200 |
| commit | df5ead915b19a6c1fa25f44419f28e1228677b02 (patch) | |
| tree | 5aae033a19ead95bdaf28de2e87f5fb894c2dafa /drivers/hsi | |
| parent | 1e7269aa6880b3d6b458b8618431292091199718 (diff) | |
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>
Diffstat (limited to 'drivers/hsi')
| -rw-r--r-- | drivers/hsi/controllers/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
