]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd/Kconfig: CONFIG_CMD_CLK should depend on CONFIG_CLK
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 9 Sep 2024 23:45:28 +0000 (01:45 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 10 Oct 2024 04:04:56 +0000 (22:04 -0600)
commit56efea88052cfd615768b7fb2d015b84963e681f
tree0a95de92dc2c9312b53b4049f27abc468432b5de
parentd25a10401d17ab7c106115b23dfbd01c962c8279
cmd/Kconfig: CONFIG_CMD_CLK should depend on CONFIG_CLK

The clk command cannot provide useful output without a clock driver.
So let it depend on CONFIG_CLK.

Since commit 258c1002383e ("cmd: clk: Use dump function from clk_ops")
the remark about deprecation is obsolete. Remove it.

Since commit 7ab418fbe612 ("clk: add support for setting clk rate from
cmdline") the clk command can be used to set clock frequencies. Mention
it.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
cmd/Kconfig