diff options
author | Greg Ungerer <gerg@uclinux.org> | 2009-04-17 23:11:38 +1000 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2009-04-22 14:45:08 +1000 |
commit | ec40f95db753d3bfdbcc43b1505ecf7980cb6492 (patch) | |
tree | cd0428f11e60ff188c41133a82a92ca4035752be /arch/m68knommu/Kconfig | |
parent | 830c072b1ea0078396c42db120452fc36516ed1d (diff) |
m68knommu: fix DMA support for ColdFire
ColdFire CPU family members support DMA (all those with the FEC ethernet
core use it, the rest have dedicated DMA engines). The code support is
just missing a handful of routines for it to be usable by drivers.
Add the missing dma_ functions.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu/Kconfig')
-rw-r--r-- | arch/m68knommu/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig index 4beb59dfc6e..534376299a9 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig @@ -16,6 +16,7 @@ config MMU config NO_DMA bool + depends on !COLDFIRE default y config FPU |