[-mm patch] MICROCODE should select FW_LOADER

From: Adrian Bunk
Date: Tue Jul 11 2006 - 08:46:03 EST


On Sun, Jul 09, 2006 at 02:11:06AM -0700, Andrew Morton wrote:
>...
> Changes since 2.6.17-mm6:
>...
> +x86-microcode-add-sysfs-and-hotplug-support-fix-fix.patch
>
> Fix x86-microcode-add-sysfs-and-hotplug-support.patch some more.
>...

FW_LOADER is a helper variable that should be select'ed.

Please replace this patch with the patch below.

cu
Adrian


<-- snip -->


MICROCODE requires FW_LOADER.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---

arch/i386/Kconfig | 1 +
arch/x86_64/Kconfig | 1 +
2 files changed, 2 insertions(+)

--- linux-2.6.18-rc1-mm1-full/arch/i386/Kconfig.old 2006-07-11 00:12:53.000000000 +0200
+++ linux-2.6.18-rc1-mm1-full/arch/i386/Kconfig 2006-07-11 00:13:17.000000000 +0200
@@ -399,6 +399,7 @@

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
--- linux-2.6.18-rc1-mm1-full/arch/x86_64/Kconfig.old 2006-07-11 00:13:30.000000000 +0200
+++ linux-2.6.18-rc1-mm1-full/arch/x86_64/Kconfig 2006-07-11 00:13:43.000000000 +0200
@@ -163,6 +163,7 @@

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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/