From: Konrad Rzeszutek Wilk Date: Fri, 19 Jul 2013 18:52:53 +0000 (-0400) Subject: config: Enable microcode (early and normal) build options. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7c0302eb5cbed9d86930ee4cbbd4c5aff0d0b4d0;p=xentesttools%2Fbootstrap.git 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 --- 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