* [PATCH] x86, intel_mid: Kconfig select fix
@ 2011-12-06 13:28 Alan Cox
2011-12-06 14:17 ` [tip:x86/urgent] x86/intel_mid: " tip-bot for Alan Cox
0 siblings, 1 reply; 2+ messages in thread
From: Alan Cox @ 2011-12-06 13:28 UTC (permalink / raw)
To: mingo, linux-next
From: Alan Cox <alan@linux.intel.com>
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@linux.intel.com>
---
arch/x86/Kconfig | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index b884f4c..d48585b 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -406,6 +406,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
^ permalink raw reply related [flat|nested] 2+ messages in thread* [tip:x86/urgent] x86/intel_mid: Kconfig select fix
2011-12-06 13:28 [PATCH] x86, intel_mid: Kconfig select fix Alan Cox
@ 2011-12-06 14:17 ` tip-bot for Alan Cox
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Alan Cox @ 2011-12-06 14:17 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, alan, hpa, mingo, tglx, mingo
Commit-ID: 4e2b1c4f56227c742bbd2ea8e8f559567eb80c3f
Gitweb: http://git.kernel.org/tip/4e2b1c4f56227c742bbd2ea8e8f559567eb80c3f
Author: Alan Cox <alan@linux.intel.com>
AuthorDate: Tue, 6 Dec 2011 13:28:22 +0000
Committer: Ingo Molnar <mingo@elte.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@linux.intel.com>
Link: http://lkml.kernel.org/r/20111206132811.4041.32549.stgit@bob.linux.org.uk
Signed-off-by: Ingo Molnar <mingo@elte.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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-12-06 14:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-06 13:28 [PATCH] x86, intel_mid: Kconfig select fix Alan Cox
2011-12-06 14:17 ` [tip:x86/urgent] x86/intel_mid: " tip-bot for Alan Cox
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.