diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2022-06-24 19:30:50 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-06-24 23:59:14 +0200 |
commit | 9fc2d58bf8b37f80e8027dc55b6007e0bfa66ebe (patch) | |
tree | a0751d8162226d6fee2309a9b86a3590b8b78432 /target/linux/x86/config-5.15 | |
parent | 8c0930b70b4f8d7447e34a59d52b1a5485aa4d49 (diff) | |
download | upstream-9fc2d58bf8b37f80e8027dc55b6007e0bfa66ebe.tar.gz upstream-9fc2d58bf8b37f80e8027dc55b6007e0bfa66ebe.tar.bz2 upstream-9fc2d58bf8b37f80e8027dc55b6007e0bfa66ebe.zip |
x86: fix damaged config 5.10 refresh
Restore CONFIG_I8K + CONFIG_INTEL_INT0002_VGPIO that got
removed when I refreshed the config. Each x86 target gets
its own CONFIG_CRYPTO_BLAKE2S + LIB settings as only the
x86_64 can use the accelerated x86 version.
Also remove two extra spaces that sneaked into geode's config.
Fixes: 539e60539a2f ("generic: enable CRYPTO_LIB_BLAKE2S[_X86|_ARM]")
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/x86/config-5.15')
-rw-r--r-- | target/linux/x86/config-5.15 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/x86/config-5.15 b/target/linux/x86/config-5.15 index f1c11ab6c3..b10640dda3 100644 --- a/target/linux/x86/config-5.15 +++ b/target/linux/x86/config-5.15 @@ -65,11 +65,9 @@ CONFIG_CPU_SUP_UMC_32=y CONFIG_CPU_SUP_ZHAOXIN=y CONFIG_CRASH_CORE=y CONFIG_CRC16=y -CONFIG_CRYPTO_BLAKE2S_X86=y CONFIG_CRYPTO_CRC32=y CONFIG_CRYPTO_CRC32C=y # CONFIG_CRYPTO_CRC32_PCLMUL is not set -CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y CONFIG_CRYPTO_LIB_POLY1305_RSIZE=1 CONFIG_CRYPTO_RNG2=y # CONFIG_CRYPTO_SERPENT_SSE2_586 is not set |