diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0f1ad743ccdd..04247ba31d69 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -165,6 +165,11 @@ config ARCH_MTD_XIP | |||
165 | config GENERIC_HARDIRQS_NO__DO_IRQ | 165 | config GENERIC_HARDIRQS_NO__DO_IRQ |
166 | def_bool y | 166 | def_bool y |
167 | 167 | ||
168 | config ARM_L1_CACHE_SHIFT_6 | ||
169 | bool | ||
170 | help | ||
171 | Setting ARM L1 cache line size to 64 Bytes. | ||
172 | |||
168 | if OPROFILE | 173 | if OPROFILE |
169 | 174 | ||
170 | config OPROFILE_ARMV6 | 175 | config OPROFILE_ARMV6 |
@@ -642,6 +647,7 @@ config ARCH_S5PC1XX | |||
642 | select GENERIC_GPIO | 647 | select GENERIC_GPIO |
643 | select HAVE_CLK | 648 | select HAVE_CLK |
644 | select CPU_V7 | 649 | select CPU_V7 |
650 | select ARM_L1_CACHE_SHIFT_6 | ||
645 | help | 651 | help |
646 | Samsung S5PC1XX series based systems | 652 | Samsung S5PC1XX series based systems |
647 | 653 | ||