aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-01-09 16:32:29 +0100
committerChristoph Hellwig <hch@lst.de>2018-01-15 09:35:17 +0100
commit23475ad49e704b9aee14970c4c191768798412c9 (patch)
tree6bb98b2ee7af73401c9f38f1c3ed79046d55ccf7 /arch/h8300/Kconfig
parentcris: use dma-direct (diff)
downloadlinux-dev-23475ad49e704b9aee14970c4c191768798412c9.tar.xz
linux-dev-23475ad49e704b9aee14970c4c191768798412c9.zip
h8300: use dma-direct
Replace the bare-bones h8300 direct dma mapping implementation with the fully featured generic dma-direct one. Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'arch/h8300/Kconfig')
-rw-r--r--arch/h8300/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig
index f8d3fde08190..091d6d04b5e5 100644
--- a/arch/h8300/Kconfig
+++ b/arch/h8300/Kconfig
@@ -23,6 +23,7 @@ config H8300
select HAVE_ARCH_KGDB
select HAVE_ARCH_HASH
select CPU_NO_EFFICIENT_FFS
+ select DMA_DIRECT_OPS
config CPU_BIG_ENDIAN
def_bool y