diff options
author | Christoph Hellwig <hch@lst.de> | 2018-12-06 15:50:26 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-12-13 15:06:11 -0500 |
commit | 3731c3d4774e38b9d91c01943e1e6a243c1776be (patch) | |
tree | 5fda6811e4e89f40688493e3081f01e52216e6a7 /arch/c6x/Kconfig | |
parent | 8ddbe5943c0b1259b5ddb6dc1729863433fc256c (diff) |
dma-mapping: always build the direct mapping code
All architectures except for sparc64 use the dma-direct code in some
form, and even for sparc64 we had the discussion of a direct mapping
mode a while ago. In preparation for directly calling the direct
mapping code don't bother having it optionally but always build the
code in. This is a minor hardship for some powerpc and arm configs
that don't pull it in yet (although they should in a relase ot two),
and sparc64 which currently doesn't need it at all, but it will
reduce the ifdef mess we'd otherwise need significantly.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
Tested-by: Jesper Dangaard Brouer <brouer@redhat.com>
Tested-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/c6x/Kconfig')
-rw-r--r-- | arch/c6x/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/c6x/Kconfig b/arch/c6x/Kconfig index 84420109113d..456e154674d1 100644 --- a/arch/c6x/Kconfig +++ b/arch/c6x/Kconfig | |||
@@ -9,7 +9,6 @@ config C6X | |||
9 | select ARCH_HAS_SYNC_DMA_FOR_CPU | 9 | select ARCH_HAS_SYNC_DMA_FOR_CPU |
10 | select ARCH_HAS_SYNC_DMA_FOR_DEVICE | 10 | select ARCH_HAS_SYNC_DMA_FOR_DEVICE |
11 | select CLKDEV_LOOKUP | 11 | select CLKDEV_LOOKUP |
12 | select DMA_DIRECT_OPS | ||
13 | select GENERIC_ATOMIC64 | 12 | select GENERIC_ATOMIC64 |
14 | select GENERIC_IRQ_SHOW | 13 | select GENERIC_IRQ_SHOW |
15 | select HAVE_ARCH_TRACEHOOK | 14 | select HAVE_ARCH_TRACEHOOK |