mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
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>
This commit is contained in:
committed by
Sebastian Reichel
parent
1e7269aa68
commit
df5ead915b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user