[PATCH 11/19] commands: move CMD_AT91MUX to commands/Kconfig
Holger Schurig
holgerschurig at gmail.com
Tue May 13 01:28:51 PDT 2014
* this places the command into the "Information commands"
section of Kconfig
* while at it, improve Kconfig documention
Signed-off-by: Holger Schurig <holgerschurig at gmail.com>
---
arch/arm/mach-at91/Kconfig | 4 ----
commands/Kconfig | 7 +++++++
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 6222653..a3f4f3f 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -530,10 +530,6 @@ config CMD_AT91MUX
bool "at91mux dump command"
default y
-config CMD_AT91CLK
- bool "at91clk dump command"
- default y
-
endif
config AT91_BOOTSTRAP
diff --git a/commands/Kconfig b/commands/Kconfig
index e48b2d1..166693d 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
--
1.7.10.4
More information about the barebox
mailing list