From dc638a8851ca2793841add99c3b6da4c7ec8f419 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Mon, 11 Sep 2023 13:17:08 +0200 Subject: [PATCH] config-mpi: (Re-)enable MICROCODE_LATE_LOADING Commit a77a94f862 (x86/microcode: Default-disable late loading) introduced the Kconfig option, defaulting to no, so it was disabled in our systems as it was backported to Linux v5.15.99 (commit 6d2b3a319144f3f5148d8a2b19549ea3bb118c2e). We want to have the option, so reenable it. --- config-mpi | 1 + 1 file changed, 1 insertion(+) diff --git a/config-mpi b/config-mpi index ed2474ab37c08..46eb7ecc62361 100644 --- a/config-mpi +++ b/config-mpi @@ -44,6 +44,7 @@ CONFIG_GART_IOMMU=y CONFIG_NR_CPUS=512 CONFIG_X86_MCELOG_LEGACY=y CONFIG_MICROCODE_AMD=y +CONFIG_MICROCODE_LATE_LOADING=y CONFIG_X86_MSR=m CONFIG_X86_CPUID=m CONFIG_NUMA=y