x86: set deprecated CONFIG_MICROCODE_OLD_INTERACE
authorJohn Audia <therealgraysky@proton.me>
Sat, 11 Mar 2023 15:28:02 +0000 (10:28 -0500)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 18 Mar 2023 11:48:27 +0000 (12:48 +0100)
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.15.100&id2=v5.15.98

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>

No differences found