diff options
-rw-r--r-- | cmd/Kconfig | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index d667ed51206..37894eb80d6 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1079,13 +1079,10 @@ config CMD_BIND gadget driver from the command line. config CMD_CLK - bool "clk - Show clock frequencies" + bool "clk - Show and set clock frequencies" + depends on CLK help - (deprecated) - Shows clock frequences by calling a sock_clk_dump() hook function. - This is depreated in favour of using the CLK uclass and accessing - clock values from associated drivers. However currently no command - exists for this. + Show and set clock frequencies managed by CLK uclass drivers. config CMD_DEMO bool "demo - Demonstration commands for driver model" |