9
0
Fork 0

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>
This commit is contained in:
Holger Schurig 2014-05-13 10:28:51 +02:00 committed by Sascha Hauer
parent d1f7aa862d
commit c4909aa197
2 changed files with 7 additions and 4 deletions

View File

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

View File

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