]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
clk: rename CONFIG_SPL_CLK_SUPPORT to CONFIG_SPL_CLK
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 11 Aug 2015 22:31:46 +0000 (07:31 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:24:16 +0000 (10:24 +0200)
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>
drivers/Makefile
drivers/clk/Kconfig

index ee8e4185bb36c251ce968ad0997b67cf6b06c2dd..2e17d0268db11a18724f9094a294daf791921c30 100644 (file)
@@ -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/
index 07eb54c5978b135aecf598562d13c1bd7ea5f005..890f22f48e3474a5da5d033c7edab0504e5ea86e 100644 (file)
@@ -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