aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorZoltan HERPAI <wigyori@uid0.hu>2018-01-17 09:58:26 +0100
committerZoltan HERPAI <wigyori@uid0.hu>2018-02-11 14:39:12 +0100
commit72d949e7ba3474759af799ecd0c6fee2f70c59be (patch)
tree464cd9e04c404ee8ccb5e51398f8e1914186fbd7 /target
parentd3ddced0c7351b7c9d7b1b991e9207dcb51d79c6 (diff)
downloadupstream-72d949e7ba3474759af799ecd0c6fee2f70c59be.tar.gz
upstream-72d949e7ba3474759af799ecd0c6fee2f70c59be.tar.bz2
upstream-72d949e7ba3474759af799ecd0c6fee2f70c59be.zip
x86: enable microcode loading for Intel and AMD
Enable for 4.9 and 4.14. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Diffstat (limited to 'target')
-rw-r--r--target/linux/x86/config-4.145
-rw-r--r--target/linux/x86/config-4.95
2 files changed, 8 insertions, 2 deletions
diff --git a/target/linux/x86/config-4.14 b/target/linux/x86/config-4.14
index 184d11c8ca..fa0595c28e 100644
--- a/target/linux/x86/config-4.14
+++ b/target/linux/x86/config-4.14
@@ -314,7 +314,10 @@ CONFIG_M586MMX=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
diff --git a/target/linux/x86/config-4.9 b/target/linux/x86/config-4.9
index 9bc1d9f22c..af4c5e9e3c 100644
--- a/target/linux/x86/config-4.9
+++ b/target/linux/x86/config-4.9
@@ -292,7 +292,10 @@ CONFIG_M586MMX=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