All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Luck, Tony" <tony.luck@intel.com>
To: len.brown@intel.com
Cc: Geert Uytterhoeven <geert@linux-m68k.org>,
	Randy Dunlap <rdunlap@xenotime.net>,
	linux-kernel@vger.kernel.org
Subject: [PATCH] Fix Kconfig dependencies for apei->pstore
Date: Wed, 13 Apr 2011 10:48:12 -0700	[thread overview]
Message-ID: <4da5e1dc16852d7b29@agluck-desktop.sc.intel.com> (raw)
In-Reply-To: <20110413103109.76b9bb3d.rdunlap@xenotime.net>

Geert Uytterhoeven's dependency checker kicked out this warning:

+ warning: (ACPI_APEI) selects PSTORE which has unmet direct dependencies (MISC_FILESYSTEMS):  => N/A

Randy confirmed that the fix was to "select MISC_FILESYSTEMS" too.

Signed-off-by: Tony Luck <tony.luck@intel.com>

---

diff --git a/drivers/acpi/apei/Kconfig b/drivers/acpi/apei/Kconfig
index 66a03ca..f739a70 100644
--- a/drivers/acpi/apei/Kconfig
+++ b/drivers/acpi/apei/Kconfig
@@ -1,5 +1,6 @@
 config ACPI_APEI
 	bool "ACPI Platform Error Interface (APEI)"
+	select MISC_FILESYSTEMS
 	select PSTORE
 	depends on X86
 	help

  reply	other threads:[~2011-04-13 17:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-09  7:37 Build regressions/improvements in v2.6.39-rc2 Geert Uytterhoeven
2011-04-13 17:27 ` Tony Luck
2011-04-13 17:31   ` Randy Dunlap
2011-04-13 17:48     ` Luck, Tony [this message]
2011-04-13 18:11       ` [PATCH] Fix Kconfig dependencies for apei->pstore Geert Uytterhoeven
2011-04-15 18:29       ` Randy Dunlap

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=4da5e1dc16852d7b29@agluck-desktop.sc.intel.com \
    --to=tony.luck@intel.com \
    --cc=geert@linux-m68k.org \
    --cc=len.brown@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@xenotime.net \
    /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.