summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-12-01 21:47:23 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-12-03 10:09:29 +0100
commit32f163f67c10ff7415baee2d022459cc859d84b1 (patch)
treeecee4cc9bbc1dbf698a56133705a3dbb6d23cad5 /commands/Kconfig
parent200ae6b4eef9f6041016887f71fc01c5daee6f69 (diff)
downloadbarebox-32f163f67c10ff7415baee2d022459cc859d84b1.tar.gz
barebox-32f163f67c10ff7415baee2d022459cc859d84b1.tar.xz
add iomem command to show iomem usage
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index c2492fa6c9..2badea3b7b 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -215,6 +215,13 @@ config CMD_MEMINFO
tristate
prompt "meminfo"
+config CMD_IOMEM
+ tristate
+ prompt "iomem"
+ help
+ Show information about iomem usage. Pendant to 'cat /proc/iomem'
+ under Linux.
+
config CMD_MEMORY
bool
default y