summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan HERPAI <wigyori@uid0.hu>2018-02-25 22:13:26 +0100
committerZoltan HERPAI <wigyori@uid0.hu>2018-03-04 17:37:15 +0100
commitf7a6b6724a63fede2856f5af7cdb31606d8316b1 (patch)
treea55c93989fc2afa5e85d7f6a48c020a38e49a78b
parentdfe620cb93c00650d0adda335f40cf434fb3d4f1 (diff)
downloadmtk-20170518-f7a6b6724a63fede2856f5af7cdb31606d8316b1.zip
mtk-20170518-f7a6b6724a63fede2856f5af7cdb31606d8316b1.tar.gz
mtk-20170518-f7a6b6724a63fede2856f5af7cdb31606d8316b1.tar.bz2
x86: enable microcode loading for Intel and AMD
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
-rw-r--r--target/linux/x86/config-4.45
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/x86/config-4.4 b/target/linux/x86/config-4.4
index b441679..d85d188 100644
--- a/target/linux/x86/config-4.4
+++ b/target/linux/x86/config-4.4
@@ -284,7 +284,10 @@ CONFIG_M486=y
# CONFIG_MFD_INTEL_LPSS_PCI is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MGEODE_LX is not set
-# CONFIG_MICROCODE is not set
+CONFIG_MICROCODE=y
+CONFIG_MICROCODE_AMD=y
+CONFIG_MICROCODE_INTEL=y
+CONFIG_MICROCODE_OLD_INTERFACE=y
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set