All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: mingo@elte.hu, linux-next@vger.kernel.org
Subject: [PATCH] x86, intel_mid: Kconfig select fix
Date: Tue, 06 Dec 2011 13:28:22 +0000	[thread overview]
Message-ID: <20111206132811.4041.32549.stgit@bob.linux.org.uk> (raw)

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

             reply	other threads:[~2011-12-06 13:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-06 13:28 Alan Cox [this message]
2011-12-06 14:17 ` [tip:x86/urgent] x86/intel_mid: Kconfig select fix tip-bot for Alan Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111206132811.4041.32549.stgit@bob.linux.org.uk \
    --to=alan@lxorguk.ukuu.org.uk \
    --cc=linux-next@vger.kernel.org \
    --cc=mingo@elte.hu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.