The eSDHC driver gets periperhal clock through common clk API, and QorIQ clock driver must be selected. Fixes: 19c3a0ef65ad ("mmc: sdhci-of-esdhc: add peripheral clock support") Signed-off-by: Yangbo Lu <yangbo.lu@xxxxxxx> --- drivers/mmc/host/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index de36fff..d70b84b 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -155,6 +155,7 @@ config MMC_SDHCI_OF_ESDHC depends on PPC || ARCH_MXC || ARCH_LAYERSCAPE select MMC_SDHCI_IO_ACCESSORS select FSL_GUTS + select CLK_QORIQ help This selects the Freescale eSDHC controller support. -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html