diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index 843bc8c74b87..808b8329b135 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig | |||
@@ -775,7 +775,7 @@ config NEEDS_SYSCALL_FOR_CMPXCHG | |||
775 | 775 | ||
776 | config DMA_CACHE_RWFO | 776 | config DMA_CACHE_RWFO |
777 | bool "Enable read/write for ownership DMA cache maintenance" | 777 | bool "Enable read/write for ownership DMA cache maintenance" |
778 | depends on (CPU_V6 || CPU_V6K) && SMP | 778 | depends on CPU_V6K && SMP |
779 | default y | 779 | default y |
780 | help | 780 | help |
781 | The Snoop Control Unit on ARM11MPCore does not detect the | 781 | The Snoop Control Unit on ARM11MPCore does not detect the |