[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tip-4e2b1c4f56227c742bbd2ea8e8f559567eb80c3f@git.kernel.org>
Date: Tue, 6 Dec 2011 06:17:54 -0800
From: tip-bot for Alan Cox <alan@...ux.intel.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, alan@...ux.intel.com, hpa@...or.com,
mingo@...hat.com, tglx@...utronix.de, mingo@...e.hu
Subject: [tip:x86/urgent] x86/intel_mid: Kconfig select fix
Commit-ID: 4e2b1c4f56227c742bbd2ea8e8f559567eb80c3f
Gitweb: http://git.kernel.org/tip/4e2b1c4f56227c742bbd2ea8e8f559567eb80c3f
Author: Alan Cox <alan@...ux.intel.com>
AuthorDate: Tue, 6 Dec 2011 13:28:22 +0000
Committer: Ingo Molnar <mingo@...e.hu>
CommitDate: Tue, 6 Dec 2011 14:40:50 +0100
x86/intel_mid: Kconfig select fix
If we select a symbol it should have a type declared first
otherwise in some situations the config tools get upset. They
are currently perhaps a bit too resilient which is why this
wasn't noticed initially.
Signed-off-by: Alan Cox <alan@...ux.intel.com>
Link: http://lkml.kernel.org/r/20111206132811.4041.32549.stgit@bob.linux.org.uk
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
arch/x86/Kconfig | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 5553f9f..efb4294 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -401,6 +401,9 @@ config X86_WANT_INTEL_MID
if X86_WANT_INTEL_MID
+config X86_INTEL_MID
+ bool
+
config X86_MRST
bool "Moorestown MID platform"
depends on PCI
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists