dma-mapping: consolidate the NO_DMA definition in kernel/dma/Kconfig
[linux-2.6-microblaze.git] / arch / m68k / Kconfig
index 6ad6cda..8e48836 100644 (file)
@@ -17,6 +17,7 @@ config M68K
        select HAVE_COPY_THREAD_TLS
        select GENERIC_IRQ_SHOW
        select GENERIC_ATOMIC64
+       select NO_DMA if !MMU && !COLDFIRE
        select HAVE_UID16
        select VIRT_TO_BUS
        select ARCH_HAVE_NMI_SAFE_CMPXCHG if RMW_INSNS
@@ -60,9 +61,6 @@ config TIME_LOW_RES
 config NO_IOPORT_MAP
        def_bool y
 
-config NO_DMA
-       def_bool (MMU && SUN3) || (!MMU && !COLDFIRE)
-
 config ZONE_DMA
        bool
        default y