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>
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.
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.