diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-02-14 10:55:45 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-02-23 12:24:20 -0500 |
commit | 5637a126482026b37d426d76e1b18f748f309aaa (patch) | |
tree | 1c96bfd035394dc2c4de0376571a1d34d47a49a4 /arch/arm/Kconfig | |
parent | b11fe38883d1de76f2f847943e085a808f83f189 (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/Kconfig | 5 |
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 | |||
178 | config ARCH_MTD_XIP | 178 | config ARCH_MTD_XIP |
179 | bool | 179 | bool |
180 | 180 | ||
181 | config ARM_L1_CACHE_SHIFT_6 | ||
182 | bool | ||
183 | help | ||
184 | Setting ARM L1 cache line size to 64 Bytes. | ||
185 | |||
186 | config VECTORS_BASE | 181 | config VECTORS_BASE |
187 | hex | 182 | hex |
188 | default 0xffff0000 if MMU || CPU_HIGH_VECTOR | 183 | default 0xffff0000 if MMU || CPU_HIGH_VECTOR |