summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorHolger Schurig <holgerschurig@gmail.com>2014-05-13 10:28:51 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-05-14 10:03:48 +0200
commitc4909aa19731689f66e50fd7f219248ce445b209 (patch)
tree5abf5158cbdac235c892a37a83ed850345e9e571 /commands/Kconfig
parentd1f7aa862d8f0ceba0e1cb78587b731f907acc8a (diff)
downloadbarebox-c4909aa19731689f66e50fd7f219248ce445b209.tar.gz
barebox-c4909aa19731689f66e50fd7f219248ce445b209.tar.xz
commands: move CMD_AT91MUX 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/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 5839efe097..18bfa3601b 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -30,6 +30,13 @@ menu "Commands"
menu "Information"
+config CMD_AT91CLK
+ bool "at91clk"
+ default y
+ depends on ARCH_AT91
+ help
+ List clock configuration.
+
config CMD_ARM_CPUINFO
bool "cpuinfo command"
default y