summaryrefslogtreecommitdiff
path: root/drivers/clk/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-02 15:11:32 +0300
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-14 10:36:13 +0300
commit48264d9beba2ccc18b9497944048eea135883529 (patch)
tree165956e2eae989ea4ca52144aad1aabf9a7bdb8d /drivers/clk/Kconfig
parentfec4816387a978e651da74c83bcdd5019a6d024c (diff)
downloadu-boot-48264d9beba2ccc18b9497944048eea135883529.tar.xz
clk: uniphier: add Media I/O clock driver for UniPhier SoCs
This is the initial commit for the UniPhier clock drivers. Currently, only the Media I/O clock is supported. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r--drivers/clk/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index 9fcde39b71..a98b74bbc0 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -20,4 +20,6 @@ config SPL_CLK
setting up clocks within SPL, and allows the same drivers to be
used as U-Boot proper.
+source "drivers/clk/uniphier/Kconfig"
+
endmenu