ARM: move L1_CACHE_SHIFT_6 to mm/Kconfig
[deliverable/linux.git] / arch / arm / mm / Kconfig
index fcc1e628e050471d7bfde79e772075dbb0735b97..a51661be1412977856087a8d421dc182a2f74471 100644 (file)
@@ -644,7 +644,7 @@ config ARM_THUMBEE
 
 config SWP_EMULATE
        bool "Emulate SWP/SWPB instructions"
-       depends on CPU_V7
+       depends on CPU_V7 && !CPU_V6
        select HAVE_PROC_CPU if PROC_FS
        default y if SMP
        help
@@ -845,6 +845,11 @@ config CACHE_XSC3L2
        help
          This option enables the L2 cache on XScale3.
 
+config ARM_L1_CACHE_SHIFT_6
+       bool
+       help
+         Setting ARM L1 cache line size to 64 Bytes.
+
 config ARM_L1_CACHE_SHIFT
        int
        default 6 if ARM_L1_CACHE_SHIFT_6
This page took 0.02819 seconds and 5 git commands to generate.