summaryrefslogtreecommitdiffstats
path: root/drivers/clk
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-08-12 07:31:46 +0900
committerTom Rini <trini@konsulko.com>2015-08-18 13:46:01 -0400
commit05435891185b4668198737405ae997b32b6f0230 (patch)
tree8e72d99d5277a0b349b34f723e1a5719e489d904 /drivers/clk
parent040906f68d2e7e9ee3d96476972d0506b80cf5f0 (diff)
downloadblackbird-obmc-uboot-05435891185b4668198737405ae997b32b6f0230.tar.gz
blackbird-obmc-uboot-05435891185b4668198737405ae997b32b6f0230.zip
clk: rename CONFIG_SPL_CLK_SUPPORT to CONFIG_SPL_CLK
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Stefano Babic <sbabic@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/clk')
-rw-r--r--drivers/clk/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index 07eb54c597..890f22f48e 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -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
OpenPOWER on IntegriCloud