mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-28 16:48:18 +00:00
Kconfig: Remove trailing whitespace in its prompt
All errors are generated by ./tools/qconfig.py -b -j8 -i whatever. Error look like this: warning: SPL_CLK_CCF (defined at drivers/clk/Kconfig:59) has leading or trailing whitespace in its prompt Signed-off-by: Michal Simek <michal.simek@amd.com>
This commit is contained in:
parent
6e316e3f39
commit
d20bcbaa65
2 changed files with 6 additions and 6 deletions
|
@ -57,27 +57,27 @@ config CLK_BOSTON
|
||||||
Enable this to support the clocks
|
Enable this to support the clocks
|
||||||
|
|
||||||
config SPL_CLK_CCF
|
config SPL_CLK_CCF
|
||||||
bool "SPL Common Clock Framework [CCF] support "
|
bool "SPL Common Clock Framework [CCF] support"
|
||||||
depends on SPL
|
depends on SPL
|
||||||
help
|
help
|
||||||
Enable this option if you want to (re-)use the Linux kernel's Common
|
Enable this option if you want to (re-)use the Linux kernel's Common
|
||||||
Clock Framework [CCF] code in U-Boot's SPL.
|
Clock Framework [CCF] code in U-Boot's SPL.
|
||||||
|
|
||||||
config SPL_CLK_COMPOSITE_CCF
|
config SPL_CLK_COMPOSITE_CCF
|
||||||
bool "SPL Common Clock Framework [CCF] composite clk support "
|
bool "SPL Common Clock Framework [CCF] composite clk support"
|
||||||
depends on SPL_CLK_CCF
|
depends on SPL_CLK_CCF
|
||||||
help
|
help
|
||||||
Enable this option if you want to (re-)use the Linux kernel's Common
|
Enable this option if you want to (re-)use the Linux kernel's Common
|
||||||
Clock Framework [CCF] composite code in U-Boot's SPL.
|
Clock Framework [CCF] composite code in U-Boot's SPL.
|
||||||
|
|
||||||
config CLK_CCF
|
config CLK_CCF
|
||||||
bool "Common Clock Framework [CCF] support "
|
bool "Common Clock Framework [CCF] support"
|
||||||
help
|
help
|
||||||
Enable this option if you want to (re-)use the Linux kernel's Common
|
Enable this option if you want to (re-)use the Linux kernel's Common
|
||||||
Clock Framework [CCF] code in U-Boot's clock driver.
|
Clock Framework [CCF] code in U-Boot's clock driver.
|
||||||
|
|
||||||
config CLK_COMPOSITE_CCF
|
config CLK_COMPOSITE_CCF
|
||||||
bool "Common Clock Framework [CCF] composite clk support "
|
bool "Common Clock Framework [CCF] composite clk support"
|
||||||
depends on CLK_CCF
|
depends on CLK_CCF
|
||||||
help
|
help
|
||||||
Enable this option if you want to (re-)use the Linux kernel's Common
|
Enable this option if you want to (re-)use the Linux kernel's Common
|
||||||
|
@ -164,7 +164,7 @@ config CLK_OCTEON
|
||||||
Enable this to support the clocks on Octeon MIPS platforms.
|
Enable this to support the clocks on Octeon MIPS platforms.
|
||||||
|
|
||||||
config SANDBOX_CLK_CCF
|
config SANDBOX_CLK_CCF
|
||||||
bool "Sandbox Common Clock Framework [CCF] support "
|
bool "Sandbox Common Clock Framework [CCF] support"
|
||||||
depends on SANDBOX
|
depends on SANDBOX
|
||||||
select CLK_CCF
|
select CLK_CCF
|
||||||
help
|
help
|
||||||
|
|
|
@ -5,7 +5,7 @@ config IMX8ULP_DRAM
|
||||||
bool "imx8m dram"
|
bool "imx8m dram"
|
||||||
|
|
||||||
config IMX8ULP_DRAM_PHY_PLL_BYPASS
|
config IMX8ULP_DRAM_PHY_PLL_BYPASS
|
||||||
bool "Enable the DDR PHY PLL bypass mode, so PHY clock is from DDR_CLK "
|
bool "Enable the DDR PHY PLL bypass mode, so PHY clock is from DDR_CLK"
|
||||||
depends on IMX8ULP_DRAM
|
depends on IMX8ULP_DRAM
|
||||||
|
|
||||||
config SAVED_DRAM_TIMING_BASE
|
config SAVED_DRAM_TIMING_BASE
|
||||||
|
|
Loading…
Add table
Reference in a new issue