diff options
author | Christoph Hellwig <hch@lst.de> | 2019-08-06 08:06:40 -0400 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2019-09-04 05:13:18 -0400 |
commit | 62fcee9a3bd73e279d3052245a652a918d0c51da (patch) | |
tree | f1beed23ef1bbebfa0b3a9b0c3439feb5b710413 /arch/sh/Kconfig | |
parent | 5128da323514d1e4260a26f8284c26bc09f97f40 (diff) |
dma-mapping: remove CONFIG_ARCH_NO_COHERENT_DMA_MMAP
CONFIG_ARCH_NO_COHERENT_DMA_MMAP is now functionally identical to
!CONFIG_MMU, so remove the separate symbol. The only difference is that
arm did not set it for !CONFIG_MMU, but arm uses a separate dma mapping
implementation including its own mmap method, which is handled by moving
the CONFIG_MMU check in dma_can_mmap so that is only applies to the
dma-direct case, just as the other ifdefs for it.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> # m68k
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 6b1b5941b618..f356ee674d89 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -5,7 +5,6 @@ config SUPERH | |||
5 | select ARCH_HAS_PTE_SPECIAL | 5 | select ARCH_HAS_PTE_SPECIAL |
6 | select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST | 6 | select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST |
7 | select ARCH_MIGHT_HAVE_PC_PARPORT | 7 | select ARCH_MIGHT_HAVE_PC_PARPORT |
8 | select ARCH_NO_COHERENT_DMA_MMAP if !MMU | ||
9 | select HAVE_PATA_PLATFORM | 8 | select HAVE_PATA_PLATFORM |
10 | select CLKDEV_LOOKUP | 9 | select CLKDEV_LOOKUP |
11 | select DMA_DECLARE_COHERENT | 10 | select DMA_DECLARE_COHERENT |