diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-10-20 12:55:56 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-10-20 12:55:56 +0900 |
commit | 73c926bee0e4b7739bbb992a0a3df561178dd522 (patch) | |
tree | 1b57464ef1a105911ddd9dab514e404fa2aa7cb2 /arch/sh/Kconfig | |
parent | 14c011deb4cb906d72b6b2b6880e21c3cc110fcc (diff) | |
download | linux-3.10-73c926bee0e4b7739bbb992a0a3df561178dd522.tar.gz linux-3.10-73c926bee0e4b7739bbb992a0a3df561178dd522.tar.bz2 linux-3.10-73c926bee0e4b7739bbb992a0a3df561178dd522.zip |
sh: Convert to asm-generic/dma-mapping-common.h
This converts the old DMA mapping support to the new generic
dma-mapping-common.h abstraction.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 2e8589a6fd2..2d3a6999385 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -16,6 +16,7 @@ config SUPERH select HAVE_IOREMAP_PROT if MMU select HAVE_ARCH_TRACEHOOK select HAVE_DMA_API_DEBUG + select HAVE_DMA_ATTRS select HAVE_PERF_EVENTS select HAVE_KERNEL_GZIP select HAVE_KERNEL_BZIP2 |