From: Adrian Bunk Signed-off-by: Adrian Bunk Cc: Shaohua Li Cc: Tigran Aivazian Cc: Greg KH Signed-off-by: Andrew Morton --- arch/i386/Kconfig | 1 + arch/x86_64/Kconfig | 1 + 2 files changed, 2 insertions(+) diff -puN arch/i386/Kconfig~x86-microcode-add-sysfs-and-hotplug-support-fix-fix-2 arch/i386/Kconfig --- a/arch/i386/Kconfig~x86-microcode-add-sysfs-and-hotplug-support-fix-fix-2 +++ a/arch/i386/Kconfig @@ -399,6 +399,7 @@ config X86_REBOOTFIXUPS config MICROCODE tristate "/dev/cpu/microcode - Intel IA32 CPU microcode support" + select FW_LOADER ---help--- If you say Y here and also to "/dev file system support" in the 'File systems' section, you will be able to update the microcode on diff -puN arch/x86_64/Kconfig~x86-microcode-add-sysfs-and-hotplug-support-fix-fix-2 arch/x86_64/Kconfig --- a/arch/x86_64/Kconfig~x86-microcode-add-sysfs-and-hotplug-support-fix-fix-2 +++ a/arch/x86_64/Kconfig @@ -163,6 +163,7 @@ config X86_GOOD_APIC config MICROCODE tristate "/dev/cpu/microcode - Intel CPU microcode support" + select FW_LOADER ---help--- If you say Y here the 'File systems' section, you will be able to update the microcode on Intel processors. You will _