Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 095ff29d authored by Richard Gong's avatar Richard Gong Committed by Greg Kroah-Hartman
Browse files

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: default avatarRichard Gong <richard.gong@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 57ea974f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -218,7 +218,7 @@ config FW_CFG_SYSFS_CMDLINE

config INTEL_STRATIX10_SERVICE
	tristate "Intel Stratix10 Service Layer"
	depends on HAVE_ARM_SMCCC
	depends on (ARCH_STRATIX10 && HAVE_ARM_SMCCC) || COMPILE_TEST
	default n
	help
	  Intel Stratix10 service layer runs at privileged exception level,