Skip to content

Commit c23688d

Browse files
yegorichtrini
authored andcommitted
clk: ti: fix K3 clock driver help texts
Add "in SPL" to the SPL related driver help texts. Signed-off-by: Yegor Yefremov <[email protected]> Reviewed-by: Quentin Schulz <[email protected]>
1 parent 3bbaa9d commit c23688d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/clk/ti/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ config CLK_K3_PLL
4949
Enables PLL clock support for K3 SoC family of devices.
5050

5151
config SPL_CLK_K3_PLL
52-
bool "PLL clock support for K3 SoC family of devices"
52+
bool "PLL clock support for K3 SoC family of devices in SPL"
5353
depends on CLK && LIB_RATIONAL && SPL
5454
help
5555
Enables PLL clock support for K3 SoC family of devices.
@@ -61,7 +61,7 @@ config CLK_K3
6161
Enables the clock translation layer from DT to device clocks.
6262

6363
config SPL_CLK_K3
64-
bool "Clock support for K3 SoC family of devices"
64+
bool "Clock support for K3 SoC family of devices in SPL"
6565
depends on CLK && SPL
6666
help
6767
Enables the clock translation layer from DT to device clocks.

0 commit comments

Comments
 (0)