summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig10
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 3eada5b80f..af4cb59496 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -135,7 +135,15 @@ config CMD_ARM_CPUINFO
default y
help
Say yes here to get a cpuinfo command to show some
- information about the cp15 registers
+ CPU information using the cp15 registers
+
+config CMD_ARM_MMUINFO
+ bool "mmuinfo command"
+ depends on CPU_V7
+ default n
+ help
+ Say yes here to get a mmuinfo command to show some
+ MMU and cache information using the cp15 registers
config CPU_V7_DCACHE_SKIP
bool "Skip DCache Invalidate"