From f8d5736939551cd6aaf7f2926999703fea6d2620 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Sun, 1 Mar 2015 17:08:54 +0100 Subject: ARM: Kconfig: remove stale option CPU_V7_DCACHE_SKIP I stumbled across this option a few times already and always found it to be at least confusing when and why it should be enabled. Since commit b7451329b5d2 (ARM: OMAP3: invalidate L2 cache using ROM API) it is actually unused and only adds confusion. Better remove it. Signed-off-by: Lucas Stach Signed-off-by: Sascha Hauer --- arch/arm/Kconfig | 8 -------- 1 file changed, 8 deletions(-) (limited to 'arch/arm/Kconfig') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index f682803bf1..9b6c626dfb 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -298,14 +298,6 @@ endmenu menu "ARM specific settings" -config CPU_V7_DCACHE_SKIP - bool "Skip DCache Invalidate" - depends on CPU_V7 - default n - help - If your architecture configuration uses some other method of disabling caches, enable this - So that the D-Cache invalidation logic is skipped - config ARM_OPTIMZED_STRING_FUNCTIONS bool "use assembler optimized string functions" help -- cgit v1.2.3