summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2020-04-29 07:39:10 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-04-29 09:07:01 +0200
commit858ef0f4055780881ffe18a1135e96750c14422d (patch)
tree44655d0bdf8bf3588dd62385c31b97ba88499e36 /commands
parent78b4342e53d8d58d006585f9967f823c9fb29b3a (diff)
downloadbarebox-858ef0f4055780881ffe18a1135e96750c14422d.tar.gz
barebox-858ef0f4055780881ffe18a1135e96750c14422d.tar.xz
commands: remove left-over CMD_AT91MUX Kconfig option
71ff9bfebd ("pinctrl: at91: add pinctrl driver") removed the implementation of the command, but left the now useless config option. Remove it. Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/Kconfig16
1 files changed, 0 insertions, 16 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 77637f916c..8de98ef3ee 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -28,22 +28,6 @@ config CMD_AT91CLK
help
List clock configuration.
-config CMD_AT91MUX
- bool "at91mux"
- default y
- depends on ARCH_AT91
- help
- List MUX configuration
-
- Usage: at91mux [-pb]
-
- 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