summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorHolger Schurig <holgerschurig@gmail.com>2014-05-13 10:28:46 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-05-14 10:03:47 +0200
commit65fd693b727117788e8176ee32bd6b79d3c40fe4 (patch)
tree9ea504555647740ed9ea612334bf705f234cb41d /commands/Kconfig
parent013ee1e87a21714c8ed1e28829952ba31332acd1 (diff)
downloadbarebox-65fd693b727117788e8176ee32bd6b79d3c40fe4.tar.gz
barebox-65fd693b727117788e8176ee32bd6b79d3c40fe4.tar.xz
commands: move CMD_ARM_CPUINFO to commands/Kconfig
* this places the command into the "Information commands" section of Kconfig * while at it, imprive Kconfig documention Signed-off-by: Holger Schurig <holgerschurig@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index e1e2405ebd..ce1ff0443a 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -30,6 +30,22 @@ menu "Commands"
menu "Information"
+config CMD_ARM_CPUINFO
+ bool "cpuinfo command"
+ default y
+ depends on ARM
+ help
+ Show info about ARM CPU
+
+ Example:
+
+ implementer: ARM
+ architecture: v7
+ core: Cortex-A9 r2p10
+ I-cache: 512 bytes (linelen = 64)
+ D-cache: 8192 bytes (linelen = 8)
+ Control register: M C W P D L I V RR DT IT U XP
+
config CMD_DEVINFO
tristate
default y