From: Ivan Mikhaylov Date: Mon, 18 Nov 2019 10:46:45 +0000 (+0300) Subject: mmc: sdhci-of-aspeed: enable CONFIG_MMC_SDHCI_IO_ACCESSORS X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9679062263c389e1c6ed81f7c0b85824c4179218;p=openwrt%2Fstaging%2Fblogic.git mmc: sdhci-of-aspeed: enable CONFIG_MMC_SDHCI_IO_ACCESSORS Enable CONFIG_MMC_SDHCI_IO_ACCESSORS for the ASPEED MMC driver. The read_l callback is used for inverted card detection. Signed-off-by: Ivan Mikhaylov Reviewed-by: Andrew Jeffery Acked-by: Adrian Hunter Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index c2a38a6f1179..d06b2dfe3c95 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -159,6 +159,7 @@ config MMC_SDHCI_OF_ASPEED tristate "SDHCI OF support for the ASPEED SDHCI controller" depends on MMC_SDHCI_PLTFM depends on OF && OF_ADDRESS + select MMC_SDHCI_IO_ACCESSORS help This selects the ASPEED Secure Digital Host Controller Interface.