]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
clk: ti: fix K3 clock driver help texts
authorYegor Yefremov <yegorslists@googlemail.com>
Mon, 22 Sep 2025 13:27:00 +0000 (15:27 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 4 Oct 2025 18:51:01 +0000 (12:51 -0600)
Add "in SPL" to the SPL related driver help texts.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
drivers/clk/ti/Kconfig

index fbcdefd889ae9f82bf380ee33333efda9c6524e1..bcf3976a09fcc54d5575aab327140e33b686dcd1 100644 (file)
@@ -49,7 +49,7 @@ config CLK_K3_PLL
          Enables PLL clock support for K3 SoC family of devices.
 
 config SPL_CLK_K3_PLL
-       bool "PLL clock support for K3 SoC family of devices"
+       bool "PLL clock support for K3 SoC family of devices in SPL"
        depends on CLK && LIB_RATIONAL && SPL
        help
          Enables PLL clock support for K3 SoC family of devices.
@@ -61,7 +61,7 @@ config CLK_K3
          Enables the clock translation layer from DT to device clocks.
 
 config SPL_CLK_K3
-       bool "Clock support for K3 SoC family of devices"
+       bool "Clock support for K3 SoC family of devices in SPL"
        depends on CLK && SPL
        help
          Enables the clock translation layer from DT to device clocks.