aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
authorIvan Mikhaylov <i.mikhaylov@yadro.com>2019-11-18 13:46:45 +0300
committerUlf Hansson <ulf.hansson@linaro.org>2019-11-20 13:39:55 +0100
commit9679062263c389e1c6ed81f7c0b85824c4179218 (patch)
treee9de8420cfe41a3b9eb6ebde01154b740ce4274c /drivers/mmc
parentmmc: sdhci_am654: Add Support for Command Queuing Engine to J721E (diff)
downloadlinux-dev-9679062263c389e1c6ed81f7c0b85824c4179218.tar.xz
linux-dev-9679062263c389e1c6ed81f7c0b85824c4179218.zip
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 <i.mikhaylov@yadro.com> Reviewed-by: Andrew Jeffery <andrew@aj.id.au> Acked-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/Kconfig1
1 files changed, 1 insertions, 0 deletions
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.