diff options
author | Borislav Petkov <bp@suse.de> | 2013-12-01 12:09:58 -0500 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2014-01-13 14:00:12 -0500 |
commit | bad5fa631fca5466401cd4a48e30cc1f1cb6101e (patch) | |
tree | 6049920eea5810bbd38f417f1313fa35f5a0679d /arch/x86/Kconfig | |
parent | 5335ba5cf475369f88db8e6835764efdcad8ab96 (diff) |
x86, microcode: Move to a proper location
We've grown a bunch of microcode loader files all prefixed with
"microcode_". They should be under cpu/ because this is strictly
CPU-related functionality so do that and drop the prefix since they're
in their own directory now which gives that prefix. :)
While at it, drop MICROCODE_INTEL_LIB config item and stash the
functionality under CONFIG_MICROCODE_INTEL as it was its only user.
Signed-off-by: Borislav Petkov <bp@suse.de>
Tested-by: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 0952ecd60eca..01bfb9e6ba55 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1080,10 +1080,6 @@ config MICROCODE_OLD_INTERFACE | |||
1080 | def_bool y | 1080 | def_bool y |
1081 | depends on MICROCODE | 1081 | depends on MICROCODE |
1082 | 1082 | ||
1083 | config MICROCODE_INTEL_LIB | ||
1084 | def_bool y | ||
1085 | depends on MICROCODE_INTEL | ||
1086 | |||
1087 | config MICROCODE_INTEL_EARLY | 1083 | config MICROCODE_INTEL_EARLY |
1088 | def_bool n | 1084 | def_bool n |
1089 | 1085 | ||