summaryrefslogtreecommitdiff
path: root/drivers/clk/uniphier/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-02 21:11:32 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-14 16:36:13 +0900
commit48264d9beba2ccc18b9497944048eea135883529 (patch)
tree165956e2eae989ea4ca52144aad1aabf9a7bdb8d /drivers/clk/uniphier/Kconfig
parentfec4816387a978e651da74c83bcdd5019a6d024c (diff)
downloadu-boot-imx-48264d9beba2ccc18b9497944048eea135883529.zip
u-boot-imx-48264d9beba2ccc18b9497944048eea135883529.tar.gz
u-boot-imx-48264d9beba2ccc18b9497944048eea135883529.tar.bz2
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/uniphier/Kconfig')
-rw-r--r--drivers/clk/uniphier/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/clk/uniphier/Kconfig b/drivers/clk/uniphier/Kconfig
new file mode 100644
index 0000000..0e90c01
--- /dev/null
+++ b/drivers/clk/uniphier/Kconfig
@@ -0,0 +1,13 @@
+config CLK_UNIPHIER
+ bool
+ select CLK
+ select SPL_CLK
+
+menu "Clock drivers for UniPhier SoCs"
+ depends on CLK_UNIPHIER
+
+config CLK_UNIPHIER_MIO
+ bool "Clock driver for UniPhier Media I/O block"
+ default y
+
+endmenu