[tip:x86/urgent] x86/microcode: Correct Kconfig dependencies

From: tip-bot for Borislav Petkov
Date: Mon Oct 14 2013 - 05:34:44 EST


Commit-ID: 80030e3d8ec6414790a5ec67ae4c5eeee82aba98
Gitweb: http://git.kernel.org/tip/80030e3d8ec6414790a5ec67ae4c5eeee82aba98
Author: Borislav Petkov <bp@xxxxxxx>
AuthorDate: Sun, 13 Oct 2013 18:36:29 +0200
Committer: Ingo Molnar <mingo@xxxxxxxxxx>
CommitDate: Mon, 14 Oct 2013 09:24:27 +0200

x86/microcode: Correct Kconfig dependencies

I have a randconfig here which has enabled only

CONFIG_MICROCODE=y
CONFIG_MICROCODE_OLD_INTERFACE=y

with both

# CONFIG_MICROCODE_INTEL is not set
# CONFIG_MICROCODE_AMD is not set

off. Which makes building the microcode functionality a little
pointless. Don't do that in such cases then.

Signed-off-by: Borislav Petkov <bp@xxxxxxx>
Link: http://lkml.kernel.org/r/1381682189-14470-1-git-send-email-bp@xxxxxxxxx
Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>
---
arch/x86/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 145d703..f67e839 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1033,6 +1033,7 @@ config X86_REBOOTFIXUPS

config MICROCODE
tristate "CPU microcode loading support"
+ depends on CPU_SUP_AMD || CPU_SUP_INTEL
select FW_LOADER
---help---

--
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/