From: Hauke Mehrtens Date: Tue, 11 Feb 2020 18:01:24 +0000 (+0100) Subject: x86: Add missing kernel option CONFIG_X86_DECODER_SELFTEST X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=cbb6929789e6fd0f4f062a382b5a1ea0e97bf550;p=openwrt%2Fstaging%2Fdedeckeh.git x86: Add missing kernel option CONFIG_X86_DECODER_SELFTEST This option has now a different dependency and can be activated, set a default value. Fixes: 20b5a4ca01ca ("kernel: bump 4.19 to 4.19.101") Signed-off-by: Hauke Mehrtens Tested-by: Alexandru Ardelean --- diff --git a/target/linux/x86/config-4.14 b/target/linux/x86/config-4.14 index 18b7de832f..8d358aacac 100644 --- a/target/linux/x86/config-4.14 +++ b/target/linux/x86/config-4.14 @@ -469,6 +469,7 @@ CONFIG_X86_CMPXCHG64=y # CONFIG_X86_CPUFREQ_NFORCE2 is not set # CONFIG_X86_CPUID is not set # CONFIG_X86_DEBUG_FPU is not set +# CONFIG_X86_DECODER_SELFTEST is not set # CONFIG_X86_EXTENDED_PLATFORM is not set CONFIG_X86_F00F_BUG=y CONFIG_X86_FAST_FEATURE_TESTS=y diff --git a/target/linux/x86/config-4.19 b/target/linux/x86/config-4.19 index ecfaf45d90..afc8d6af57 100644 --- a/target/linux/x86/config-4.19 +++ b/target/linux/x86/config-4.19 @@ -453,6 +453,7 @@ CONFIG_X86_CMPXCHG64=y # CONFIG_X86_CPUFREQ_NFORCE2 is not set # CONFIG_X86_CPUID is not set # CONFIG_X86_DEBUG_FPU is not set +# CONFIG_X86_DECODER_SELFTEST is not set # CONFIG_X86_EXTENDED_PLATFORM is not set CONFIG_X86_F00F_BUG=y CONFIG_X86_FEATURE_NAMES=y