From: Sinan Kaya <okaya@kernel.org>
To: linux-next@vger.kernel.org
Cc: linux-acpi@vger.kernel.org, Sinan Kaya <okaya@kernel.org>,
Ulf Hansson <ulf.hansson@linaro.org>,
Adrian Hunter <adrian.hunter@intel.com>,
Shawn Lin <shawn.lin@rock-chips.com>,
Faiz Abbas <faiz_abbas@ti.com>,
Masahiro Yamada <yamada.masahiro@socionext.com>,
Geert Uytterhoeven <geert@linux-m68k.org>,
Chunyan Zhang <chunyan.zhang@unisoc.com>,
Jisheng Zhang <Jisheng.Zhang@synaptics.com>,
Ludovic Barre <ludovic.barre@st.com>,
Arnd Bergmann <arnd@arndb.de>, Alex Smith <alex.smith@imgtec.com>,
Chris Brandt <chris.brandt@renesas.com>,
"open list:MULTIMEDIA CARD MMC,
SECURE DIGITAL SD AND..." <linux-mmc@vger.kernel.org>,
open list <linux-kernel@vger.kernel.org>
Subject: [PATCH v5 09/11] mmc: sdhci-acpi: Make PCI dependency explicit
Date: Wed, 2 Jan 2019 18:10:36 +0000 [thread overview]
Message-ID: <20190102181038.4418-10-okaya@kernel.org> (raw)
In-Reply-To: <20190102181038.4418-1-okaya@kernel.org>
After 'commit 5d32a66541c4 ("PCI/ACPI: Allow ACPI to be built without
CONFIG_PCI set")' dependencies on CONFIG_PCI that previously were
satisfied implicitly through dependencies on CONFIG_ACPI have to be
specified directly. This driver relies on IOSF_MBI and IOSF_MBI depends
on PCI. For this reason, add a direct dependency to CONFIG_PCI here.
Fixes: 5d32a66541c46 ("PCI/ACPI: Allow ACPI to be built without CONFIG_PCI set")
Signed-off-by: Sinan Kaya <okaya@kernel.org>
---
drivers/mmc/host/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index e26b8145efb3..1b9401fe94c0 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -116,7 +116,7 @@ config MMC_RICOH_MMC
config MMC_SDHCI_ACPI
tristate "SDHCI support for ACPI enumerated SDHCI controllers"
- depends on MMC_SDHCI && ACPI
+ depends on MMC_SDHCI && ACPI && PCI
select IOSF_MBI if X86
help
This selects support for ACPI enumerated SDHCI controllers,
--
2.19.0
next parent reply other threads:[~2019-01-02 18:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20190102181038.4418-1-okaya@kernel.org>
2019-01-02 18:10 ` Sinan Kaya [this message]
2019-01-03 14:49 ` [PATCH v5 09/11] mmc: sdhci-acpi: Make PCI dependency explicit Adrian Hunter
2019-01-03 14:57 ` Sinan Kaya
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=20190102181038.4418-10-okaya@kernel.org \
--to=okaya@kernel.org \
--cc=Jisheng.Zhang@synaptics.com \
--cc=adrian.hunter@intel.com \
--cc=alex.smith@imgtec.com \
--cc=arnd@arndb.de \
--cc=chris.brandt@renesas.com \
--cc=chunyan.zhang@unisoc.com \
--cc=faiz_abbas@ti.com \
--cc=geert@linux-m68k.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=ludovic.barre@st.com \
--cc=shawn.lin@rock-chips.com \
--cc=ulf.hansson@linaro.org \
--cc=yamada.masahiro@socionext.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