Re: [PATCH v1 3/3] mmc: Add driver for LiteX's LiteSDCard interface
From: "Gabriel L. Somlo" <gsomlo@gmail.com>
Date: 2021-12-04 00:33:45
Also in:
linux-mmc, lkml
From: "Gabriel L. Somlo" <gsomlo@gmail.com>
Date: 2021-12-04 00:33:45
Also in:
linux-mmc, lkml
On Fri, Dec 03, 2021 at 04:20:59PM -0800, Randy Dunlap wrote:
Hi-- On 12/3/21 15:41, Gabriel Somlo wrote:quoted
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 5af8494c31b5..84c64e72195d 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig@@ -1093,3 +1093,9 @@ config MMC_OWL config MMC_SDHCI_EXTERNAL_DMA bool + +config MMC_LITEX + tristate "Support for the MMC Controller in LiteX SOCs" + depends on OF && LITEX + help + Generic MCC driver for LiteXMMC LiteX.
Heh... tackled at the one... :) I'll have that fixed in v2 -- thanks! --Gabriel