drm/ast: remove duplicate assignment of ast_crtc_funcs member
[linux-2.6-microblaze.git] / arch / Kconfig
index 516f2b0..786a85d 100644 (file)
@@ -248,11 +248,18 @@ config ARCH_HAS_SET_DIRECT_MAP
        bool
 
 #
-# Select if arch has an uncached kernel segment and provides the
-# uncached_kernel_address / cached_kernel_address symbols to use it
+# Select if the architecture provides the arch_dma_set_uncached symbol to
+# either provide an uncached segement alias for a DMA allocation, or
+# to remap the page tables in place.
 #
-config ARCH_HAS_UNCACHED_SEGMENT
-       select ARCH_HAS_DMA_PREP_COHERENT
+config ARCH_HAS_DMA_SET_UNCACHED
+       bool
+
+#
+# Select if the architectures provides the arch_dma_clear_uncached symbol
+# to undo an in-place page table remap for uncached access.
+#
+config ARCH_HAS_DMA_CLEAR_UNCACHED
        bool
 
 # Select if arch init_task must go in the __init_task_data section