mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-04 21:44:28 +00:00
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: Richard Gong <richard.gong@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
57ea974fb8
commit
095ff29d2b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue