9
0
Fork 0

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

View File

@ -524,14 +524,6 @@ config CALAO_MB_QIL_A9260
bool "MB-QIL A9260 Motherboard Board support"
depends on MACH_QIL_A9260 || MACH_QIL_A9G20
if COMMAND_SUPPORT
config CMD_AT91MUX
bool "at91mux dump command"
default y
endif
config AT91_BOOTSTRAP
bool "at91 bootstrap"
depends on HAVE_AT91_LOWLEVEL_INIT

View File

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