Skip to content

Commit

Permalink
firmware: intel_stratix10_service: remove COMPILE_TEST
Browse files Browse the repository at this point in the history
This does not build yet ...

Cc: Richard Gong <[email protected]>
Fixes: 095ff29 ("firmware: intel_stratix10_service: add hardware dependency")
Signed-off-by: Stephen Rothwell <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
sfrothwell authored and gregkh committed Feb 1, 2019
1 parent e7dd401 commit 7cbc2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/firmware/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7cbc2b4

Please sign in to comment.