Skip to content
Snippets Groups Projects
Commit 05435891 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

clk: rename CONFIG_SPL_CLK_SUPPORT to CONFIG_SPL_CLK

parent 040906f6
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ obj-$(CONFIG_$(SPL_)DM) += core/ ...@@ -2,7 +2,7 @@ obj-$(CONFIG_$(SPL_)DM) += core/
ifdef CONFIG_SPL_BUILD ifdef CONFIG_SPL_BUILD
obj-$(CONFIG_SPL_CLK_SUPPORT) += clk/ obj-$(CONFIG_SPL_CLK) += clk/
obj-$(CONFIG_SPL_I2C_SUPPORT) += i2c/ obj-$(CONFIG_SPL_I2C_SUPPORT) += i2c/
obj-$(CONFIG_SPL_GPIO_SUPPORT) += gpio/ obj-$(CONFIG_SPL_GPIO_SUPPORT) += gpio/
obj-$(CONFIG_SPL_MMC_SUPPORT) += mmc/ obj-$(CONFIG_SPL_MMC_SUPPORT) += mmc/
......
...@@ -8,7 +8,7 @@ config CLK ...@@ -8,7 +8,7 @@ config CLK
feed into other clocks in a tree structure, with multiplexers to feed into other clocks in a tree structure, with multiplexers to
choose the source for each clock. choose the source for each clock.
config SPL_CLK_SUPPORT config SPL_CLK
bool "Enable clock support in SPL" bool "Enable clock support in SPL"
depends on CLK depends on CLK
help help
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment