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/mm/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/mm/Kconfig')
-rw-r--r-- | arch/arm/mm/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index 9d30c6f804b9..a51661be1412 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig | |||
@@ -845,6 +845,11 @@ config CACHE_XSC3L2 | |||
845 | help | 845 | help |
846 | This option enables the L2 cache on XScale3. | 846 | This option enables the L2 cache on XScale3. |
847 | 847 | ||
848 | config ARM_L1_CACHE_SHIFT_6 | ||
849 | bool | ||
850 | help | ||
851 | Setting ARM L1 cache line size to 64 Bytes. | ||
852 | |||
848 | config ARM_L1_CACHE_SHIFT | 853 | config ARM_L1_CACHE_SHIFT |
849 | int | 854 | int |
850 | default 6 if ARM_L1_CACHE_SHIFT_6 | 855 | default 6 if ARM_L1_CACHE_SHIFT_6 |