mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] mci: arasan: fix missing select on sdhci-helpers
@ 2020-04-14  9:07 Michael Tretter
  2020-04-14  9:09 ` Ahmad Fatoum
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tretter @ 2020-04-14  9:07 UTC (permalink / raw)
  To: barebox; +Cc: Michael Tretter

The arasan driver uses the sdhci-helpers as well, but does not select
the sdhci-helpers.

Add the missing select to fix the compilation of the arasan driver.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
 drivers/mci/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mci/Kconfig b/drivers/mci/Kconfig
index 80b3a26002b4..9f56bed3abbc 100644
--- a/drivers/mci/Kconfig
+++ b/drivers/mci/Kconfig
@@ -141,6 +141,7 @@ config MCI_TEGRA
 
 config MCI_ARASAN
 	bool "Arasan SDHCI Controller"
+	select MCI_SDHCI
 	help
 	  Enable this to support SD and MMC card read/write on systems with
 	  the Arasan SD3.0 / SDIO3.0 / eMMC4.51 host controller.
-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-14  9:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14  9:07 [PATCH] mci: arasan: fix missing select on sdhci-helpers Michael Tretter
2020-04-14  9:09 ` Ahmad Fatoum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox