diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2008-07-18 13:30:31 +0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-18 21:14:02 +0200 |
commit | 9de90ac27d752bc0177baf2699ab483888de0743 (patch) | |
tree | 9b368663c57849aec3d182b662ff467956a83a77 /arch/sh/Kconfig | |
parent | 1fe532685a1984dc9f2603ed20bd5e630ba79709 (diff) | |
download | linux-stable-9de90ac27d752bc0177baf2699ab483888de0743.tar.gz linux-stable-9de90ac27d752bc0177baf2699ab483888de0743.tar.bz2 linux-stable-9de90ac27d752bc0177baf2699ab483888de0743.zip |
Sh: use generic per-device coherent dma allocator
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Cc: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
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 3e7384f4619c..81894f0985aa 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -10,6 +10,7 @@ config SUPERH select EMBEDDED select HAVE_IDE select HAVE_OPROFILE + select HAVE_GENERIC_DMA_COHERENT help The SuperH is a RISC processor targeted for use in embedded systems and consumer electronics; it was also used in the Sega Dreamcast |