Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/chaos_calmer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan HERPAI <wigyori@uid0.hu>2018-02-11 17:11:14 +0300
committerZoltan HERPAI <wigyori@uid0.hu>2018-03-04 20:51:01 +0300
commit21cf45142f325770493693aa31694ecd34abe974 (patch)
treedf8bf1b7247add7f9244346f3c00a99a16932c7c
parent308cfa9648b18e6128a10327d35dd039d0c97594 (diff)
x86: enable microcode loading for Intel and AMD
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
-rw-r--r--target/linux/x86/config-3.186
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/x86/config-3.18 b/target/linux/x86/config-3.18
index d7a2d61539..5a0f1e7204 100644
--- a/target/linux/x86/config-3.18
+++ b/target/linux/x86/config-3.18
@@ -254,9 +254,13 @@ CONFIG_MATH_EMULATION=y
# CONFIG_MEMTEST 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_AMD_EARLY is not set
+# CONFIG_MICROCODE_EARLY is not set
+CONFIG_MICROCODE_INTEL=y
# CONFIG_MICROCODE_INTEL_EARLY is not set
+CONFIG_MICROCODE_OLD_INTERFACE=y
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set