aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Molton <[email protected]>2017-07-18 13:19:15 +0100
committerUlf Hansson <[email protected]>2017-08-30 14:01:36 +0200
commite176c2559fc3bbdffd658eb80f91b01af2effed0 (patch)
treed65d26344b08dce5a2b5fce67451a0abc310ec75
parentadb7434aa6b5f2fea22b541f6eb36cf08ae54e5f (diff)
MMC: Remove HIGHMEM dependency from mmc-spi driver
I cannot see why this is needed. kmap() should be safe in this case. Signed-off-by: Ian Molton <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
-rw-r--r--drivers/mmc/host/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index 66b174965718..60f90d49e7a9 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -503,7 +503,7 @@ config MMC_GOLDFISH
config MMC_SPI
tristate "MMC/SD/SDIO over SPI"
- depends on SPI_MASTER && !HIGHMEM && HAS_DMA
+ depends on SPI_MASTER && HAS_DMA
select CRC7
select CRC_ITU_T
help