From 7c0302eb5cbed9d86930ee4cbbd4c5aff0d0b4d0 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Fri, 19 Jul 2013 14:52:53 -0400 Subject: [PATCH] config: Enable microcode (early and normal) build options. Since by default it is =m which means the early loading parts won't be built-in. Signed-off-by: Konrad Rzeszutek Wilk --- linux.config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/linux.config b/linux.config index 33f8d12..279ea16 100644 --- a/linux.config +++ b/linux.config @@ -883,3 +883,8 @@ CONFIG_HYPERVISOR_GUEST=y CONFIG_KGDB_KDB=y # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set +# +CONFIG_MICROCODE_INTEL_EARLY=y +CONFIG_MICROCODE_AMD_EARLY=y +CONFIG_MICROCODE_EARLY=y +CONFIG_MICROCODE=y -- 2.39.5