aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-02-14 10:55:45 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-02-23 12:24:20 -0500
commit5637a126482026b37d426d76e1b18f748f309aaa (patch)
tree1c96bfd035394dc2c4de0376571a1d34d47a49a4 /arch/arm/Kconfig
parentb11fe38883d1de76f2f847943e085a808f83f189 (diff)
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>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 5cff165b7eb0..65ea7bb57c4d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -178,11 +178,6 @@ config FIQ
178config ARCH_MTD_XIP 178config ARCH_MTD_XIP
179 bool 179 bool
180 180
181config ARM_L1_CACHE_SHIFT_6
182 bool
183 help
184 Setting ARM L1 cache line size to 64 Bytes.
185
186config VECTORS_BASE 181config VECTORS_BASE
187 hex 182 hex
188 default 0xffff0000 if MMU || CPU_HIGH_VECTOR 183 default 0xffff0000 if MMU || CPU_HIGH_VECTOR