firmware: intel_stratix10_service: remove COMPILE_TEST
This does not build yet ...
Cc: Richard Gong <richard.gong@intel.com>
Fixes: 095ff29d2b
("firmware: intel_stratix10_service: add hardware dependency")
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e7dd40105a
commit
7cbc2b421e
|
@ -218,7 +218,7 @@ config FW_CFG_SYSFS_CMDLINE
|
|||
|
||||
config INTEL_STRATIX10_SERVICE
|
||||
tristate "Intel Stratix10 Service Layer"
|
||||
depends on (ARCH_STRATIX10 && HAVE_ARM_SMCCC) || COMPILE_TEST
|
||||
depends on ARCH_STRATIX10 && HAVE_ARM_SMCCC
|
||||
default n
|
||||
help
|
||||
Intel Stratix10 service layer runs at privileged exception level,
|
||||
|
|
Loading…
Reference in New Issue