diff options
author | Hauke Mehrtens <hauke.mehrtens@intel.com> | 2020-02-11 19:01:24 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-02-22 16:34:57 +0100 |
commit | cbb6929789e6fd0f4f062a382b5a1ea0e97bf550 (patch) | |
tree | b31972382ab211b755e9f3c87249ff6a90b71981 /target/linux/x86 | |
parent | a5b2c6f5edef1958d8789ff9bd89b408893b4358 (diff) | |
download | upstream-cbb6929789e6fd0f4f062a382b5a1ea0e97bf550.tar.gz upstream-cbb6929789e6fd0f4f062a382b5a1ea0e97bf550.tar.bz2 upstream-cbb6929789e6fd0f4f062a382b5a1ea0e97bf550.zip |
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 <hauke.mehrtens@intel.com>
Tested-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/config-4.14 | 1 | ||||
-rw-r--r-- | target/linux/x86/config-4.19 | 1 |
2 files changed, 2 insertions, 0 deletions
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 |