提交 095ff29d 编写于 作者: R Richard Gong 提交者: Greg Kroah-Hartman

firmware: intel_stratix10_service: add hardware dependency

Add a Kconfig dependency to ensure Intel Stratix10 service layer driver
can be built only on the platform that supports it.
Signed-off-by: NRichard Gong <richard.gong@intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 57ea974f
...@@ -218,7 +218,7 @@ config FW_CFG_SYSFS_CMDLINE ...@@ -218,7 +218,7 @@ config FW_CFG_SYSFS_CMDLINE
config INTEL_STRATIX10_SERVICE config INTEL_STRATIX10_SERVICE
tristate "Intel Stratix10 Service Layer" tristate "Intel Stratix10 Service Layer"
depends on HAVE_ARM_SMCCC depends on (ARCH_STRATIX10 && HAVE_ARM_SMCCC) || COMPILE_TEST
default n default n
help help
Intel Stratix10 service layer runs at privileged exception level, Intel Stratix10 service layer runs at privileged exception level,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册