mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2 1/7] add-MCI_SDHCI-dependency-to-Arasan-driver
@ 2020-04-09 14:36 Michael Graichen
  2020-04-14  8:15 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Graichen @ 2020-04-09 14:36 UTC (permalink / raw)
  To: barebox

The Arasan driver depends on the SDHCI driver, without it we
will see undefined references while linking arasan-sdhci.c:283: undefined
reference to `sdhci_set_cmd_xfer_mode' arasan-sdhci.c:299: undefined
reference to `sdhci_read_response' arasan-sdhci.c:303: undefined reference to
`sdhci_transfer_data'

Signed-off-by: Michael Graichen <michael.graichen@hotmail.com>
---
 drivers/mci/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mci/Kconfig b/drivers/mci/Kconfig
index 80b3a2600..9f56bed3a 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.17.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH v2 1/7] add-MCI_SDHCI-dependency-to-Arasan-driver
  2020-04-09 14:36 [PATCH v2 1/7] add-MCI_SDHCI-dependency-to-Arasan-driver Michael Graichen
@ 2020-04-14  8:15 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2020-04-14  8:15 UTC (permalink / raw)
  To: Michael Graichen; +Cc: barebox

On Thu, Apr 09, 2020 at 02:36:55PM +0000, Michael Graichen wrote:
> The Arasan driver depends on the SDHCI driver, without it we
> will see undefined references while linking arasan-sdhci.c:283: undefined
> reference to `sdhci_set_cmd_xfer_mode' arasan-sdhci.c:299: undefined
> reference to `sdhci_read_response' arasan-sdhci.c:303: undefined reference to
> `sdhci_transfer_data'
> 
> Signed-off-by: Michael Graichen <michael.graichen@hotmail.com>
> ---
>  drivers/mci/Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Series applied, thanks

Sascha


-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
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  8:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-09 14:36 [PATCH v2 1/7] add-MCI_SDHCI-dependency-to-Arasan-driver Michael Graichen
2020-04-14  8:15 ` Sascha Hauer

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