diff options
author | Ian Molton <ian@mnementh.co.uk> | 2017-07-18 13:19:15 +0100 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2017-08-30 14:01:36 +0200 |
commit | e176c2559fc3bbdffd658eb80f91b01af2effed0 (patch) | |
tree | d65d26344b08dce5a2b5fce67451a0abc310ec75 /drivers/mmc/host/Kconfig | |
parent | adb7434aa6b5f2fea22b541f6eb36cf08ae54e5f (diff) | |
download | linux-e176c2559fc3bbdffd658eb80f91b01af2effed0.tar.bz2 |
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 <ian@mnementh.co.uk>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 2 |
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 |