x86: fix deprecated CONFIG_MICROCODE_OLD_INTERACE
authorJohn Audia <therealgraysky@proton.me>
Sat, 11 Mar 2023 19:03:00 +0000 (14:03 -0500)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 27 Mar 2023 16:58:01 +0000 (18:58 +0200)
commit999cb9574fde9ca42417ab535e99007388cee84a
tree4ab1f40142633e4b66b4ff8be2de81db22ff02a6
parenta88c65507de77c1e89f2a679c8aad8f5752d5052
x86: fix deprecated CONFIG_MICROCODE_OLD_INTERACE

We use late loading[1] so need to set this option despite upstream adding a
kernel taint when this option is set.  See discussion in PR#12149 for more details.

https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/diff/arch/x86/Kconfig?id=v5.10.173&id2=v5.10.172

1. https://github.com/openwrt/openwrt/blob/master/target/linux/x86/base-files/lib/preinit/02_load_x86_ucode

Signed-off-by: John Audia <therealgraysky@proton.me>
(cherry picked from commit 0c5ffe1ab2b4843635555e2a234f8bd5cb4d6978)
target/linux/x86/config-5.10