From: Petr Vorel Date: Thu, 28 Feb 2019 23:30:30 +0000 (+0100) Subject: selftests/kexec: Add missing '=y' to config options X-Git-Tag: v5.2-rc1~176^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a4df92adcacdee9c21a076cfda41194621939a59;p=thirdparty%2Fkernel%2Flinux.git selftests/kexec: Add missing '=y' to config options so the file can be used as kernel config snippet. Signed-off-by: Petr Vorel [zohar@linux.ibm.com: remove CONFIG_KEXEC_VERIFY_SIG from config] Signed-off-by: Mimi Zohar Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/kexec/config b/tools/testing/selftests/kexec/config index 6bc86d4d9bb48..8962e862b2b8c 100644 --- a/tools/testing/selftests/kexec/config +++ b/tools/testing/selftests/kexec/config @@ -1,4 +1,3 @@ -CONFIG_IMA_APPRAISE -CONFIG_IMA_ARCH_POLICY -CONFIG_SECURITYFS -CONFIG_KEXEC_VERIFY_SIG +CONFIG_IMA_APPRAISE=y +CONFIG_IMA_ARCH_POLICY=y +CONFIG_SECURITYFS=y