diff options
author | Christoph Hellwig <hch@lst.de> | 2018-01-09 16:32:29 +0100 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-01-15 09:35:17 +0100 |
commit | 23475ad49e704b9aee14970c4c191768798412c9 (patch) | |
tree | 6bb98b2ee7af73401c9f38f1c3ed79046d55ccf7 /arch/h8300/Kconfig | |
parent | f73337f4cef277f3c70f4bf9bdd6e93a52f57bdd (diff) | |
download | linux-23475ad49e704b9aee14970c4c191768798412c9.tar.bz2 |
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/Kconfig | 1 |
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 |