提交 05435891 编写于 作者: M Masahiro Yamada 提交者: Tom Rini

clk: rename CONFIG_SPL_CLK_SUPPORT to CONFIG_SPL_CLK

Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: NTom Rini <trini@konsulko.com>
Reviewed-by: NStefano Babic <sbabic@denx.de>
Reviewed-by: NSimon Glass <sjg@chromium.org>
上级 040906f6
......@@ -2,7 +2,7 @@ obj-$(CONFIG_$(SPL_)DM) += core/
ifdef CONFIG_SPL_BUILD
obj-$(CONFIG_SPL_CLK_SUPPORT) += clk/
obj-$(CONFIG_SPL_CLK) += clk/
obj-$(CONFIG_SPL_I2C_SUPPORT) += i2c/
obj-$(CONFIG_SPL_GPIO_SUPPORT) += gpio/
obj-$(CONFIG_SPL_MMC_SUPPORT) += mmc/
......
......@@ -8,7 +8,7 @@ config CLK
feed into other clocks in a tree structure, with multiplexers to
choose the source for each clock.
config SPL_CLK_SUPPORT
config SPL_CLK
bool "Enable clock support in SPL"
depends on CLK
help
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册