diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2025-09-22 15:27:00 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-10-04 12:51:01 -0600 |
commit | c23688d0533db87c533e415be7809b435080c7e4 (patch) | |
tree | 1fb9d2eed0529223ee87d78dc12b52d88adab671 | |
parent | 3bbaa9dca65f7133ed54102126861ff4037d88cd (diff) |
clk: ti: fix K3 clock driver help texts
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>
-rw-r--r-- | drivers/clk/ti/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clk/ti/Kconfig b/drivers/clk/ti/Kconfig index fbcdefd889a..bcf3976a09f 100644 --- a/drivers/clk/ti/Kconfig +++ b/drivers/clk/ti/Kconfig @@ -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. |