Эх сурвалжийг харах

ARM: move L1_CACHE_SHIFT_6 to mm/Kconfig

Move L1_CACHE_SHIFT related options together, rather than spreading them
across two separate Kconfig files.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Russell King 14 жил өмнө
parent
commit
5637a12648

+ 0 - 5
arch/arm/Kconfig

@@ -178,11 +178,6 @@ config FIQ
 config ARCH_MTD_XIP
 config ARCH_MTD_XIP
 	bool
 	bool
 
 
-config ARM_L1_CACHE_SHIFT_6
-	bool
-	help
-	  Setting ARM L1 cache line size to 64 Bytes.
-
 config VECTORS_BASE
 config VECTORS_BASE
 	hex
 	hex
 	default 0xffff0000 if MMU || CPU_HIGH_VECTOR
 	default 0xffff0000 if MMU || CPU_HIGH_VECTOR

+ 5 - 0
arch/arm/mm/Kconfig

@@ -845,6 +845,11 @@ config CACHE_XSC3L2
 	help
 	help
 	  This option enables the L2 cache on XScale3.
 	  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
 config ARM_L1_CACHE_SHIFT
 	int
 	int
 	default 6 if ARM_L1_CACHE_SHIFT_6
 	default 6 if ARM_L1_CACHE_SHIFT_6