summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorHolger Schurig <holgerschurig@gmail.com>2014-05-13 10:28:52 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-05-14 10:03:48 +0200
commit6e3a969106fc84413f6ccef34fb78c0f8f9dd6ba (patch)
tree08e6b65c6fc9ac2c8f9c2d57d34e53621d7f545d /commands/Kconfig
parentc4909aa19731689f66e50fd7f219248ce445b209 (diff)
downloadbarebox-6e3a969106fc84413f6ccef34fb78c0f8f9dd6ba.tar.gz
barebox-6e3a969106fc84413f6ccef34fb78c0f8f9dd6ba.tar.xz
commands: move CMD_AT91MIX to commands/Kconfig
* this places the command into the "Information commands" section of Kconfig * while at it, improve 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 18bfa3601b..65bc2f64ec 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -37,6 +37,22 @@ config CMD_AT91CLK
help
List clock configuration.
+config CMD_AT91MUX
+ bool "at91mux"
+ default y
+ depends on ARCH_AT91
+ help
+ List MUX configuration
+
+ Usage: at91mux [-pn]
+
+ Dump current MUX configuration. If a BANK or PIN has been
+ specified dump pin details.
+
+ Options:
+ -p PIN pin number
+ -b BANK bank number
+
config CMD_ARM_CPUINFO
bool "cpuinfo command"
default y