summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index ef53156314..119a600fa5 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -144,6 +144,16 @@ config CMD_CONSOLE
help
Print console devices and information.
+config CMD_CLK
+ bool "clk"
+ default n
+ help
+ Print information about clocks.
+
+ This normally shows a list of clocks and their current
+ configuration. The implementation and details of the output
+ are manufacturer specific.
+
config CMD_CPU
bool "cpu"
help