From: Randy Dunlap <randy.dunlap@oracle.com>
To: lkml <linux-kernel@vger.kernel.org>
Cc: Chris Ball <cjb@laptop.org>, Alex Dubov <oakad@yahoo.com>,
akpm <akpm@linux-foundation.org>
Subject: [PATCH -next] tifm: fix kconfig dependencies
Date: Wed, 13 Oct 2010 18:07:29 -0700 [thread overview]
Message-ID: <20101013180729.766f2b3b.randy.dunlap@oracle.com> (raw)
From: Randy Dunlap <randy.dunlap@oracle.com>
Fix kconfig dependency warning to satisfy dependencies:
warning: (MMC_TIFM_SD && MMC && EXPERIMENTAL && PCI || MEMSTICK_TIFM_MS && MEMSTICK && EXPERIMENTAL && PCI) selects TIFM_CORE which has unmet direct dependencies (MISC_DEVICES && EXPERIMENTAL && PCI)
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
drivers/memstick/host/Kconfig | 1 +
drivers/mmc/host/Kconfig | 1 +
2 files changed, 2 insertions(+)
--- linux-next-20101013.orig/drivers/memstick/host/Kconfig
+++ linux-next-20101013/drivers/memstick/host/Kconfig
@@ -7,6 +7,7 @@ comment "MemoryStick Host Controller Dri
config MEMSTICK_TIFM_MS
tristate "TI Flash Media MemoryStick Interface support (EXPERIMENTAL)"
depends on EXPERIMENTAL && PCI
+ select MISC_DEVICES
select TIFM_CORE
help
Say Y here if you want to be able to access MemoryStick cards with
--- linux-next-20101013.orig/drivers/mmc/host/Kconfig
+++ linux-next-20101013/drivers/mmc/host/Kconfig
@@ -277,6 +277,7 @@ config MMC_MXC
config MMC_TIFM_SD
tristate "TI Flash Media MMC/SD Interface support (EXPERIMENTAL)"
depends on EXPERIMENTAL && PCI
+ select MISC_DEVICES
select TIFM_CORE
help
Say Y here if you want to be able to access MMC/SD cards with
next reply other threads:[~2010-10-14 4:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-14 1:07 Randy Dunlap [this message]
2010-10-14 4:35 ` Chris Ball
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=20101013180729.766f2b3b.randy.dunlap@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=akpm@linux-foundation.org \
--cc=cjb@laptop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=oakad@yahoo.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome