9
0
Fork 0

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>
This commit is contained in:
Holger Schurig 2014-05-13 10:28:46 +02:00 committed by Sascha Hauer
parent 013ee1e87a
commit 65fd693b72
2 changed files with 16 additions and 7 deletions

View File

@ -256,13 +256,6 @@ endmenu
menu "Arm specific settings"
config CMD_ARM_CPUINFO
bool "cpuinfo command"
default y
help
Say yes here to get a cpuinfo command to show some
CPU information using the cp15 registers
config CMD_ARM_MMUINFO
bool "mmuinfo command"
depends on CPU_V7

View File

@ -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