summaryrefslogtreecommitdiff
path: root/drivers/clk/uniphier/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-10-17 22:18:01 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-10-18 14:06:46 +0900
commit805dc44cc8afc357f7cdca8b183d0b641768bdb2 (patch)
treecf1ce8941f9c3f58d35dfff44a9c567cc42cdcb8 /drivers/clk/uniphier/Kconfig
parentf666a658242e94d3413b4acfc2af4b4800ab3886 (diff)
downloadu-boot-imx-805dc44cc8afc357f7cdca8b183d0b641768bdb2.zip
u-boot-imx-805dc44cc8afc357f7cdca8b183d0b641768bdb2.tar.gz
u-boot-imx-805dc44cc8afc357f7cdca8b183d0b641768bdb2.tar.bz2
clk: uniphier: rework UniPhier clk driver
The initial design of the UniPhier clk driver for U-Boot was not very nice. Here is a re-work to sync it with Linux's clk and reset drivers, maximizing the code reuse from Linux's clk data. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'drivers/clk/uniphier/Kconfig')
-rw-r--r--drivers/clk/uniphier/Kconfig15
1 files changed, 6 insertions, 9 deletions
diff --git a/drivers/clk/uniphier/Kconfig b/drivers/clk/uniphier/Kconfig
index 0e90c01..da3e355 100644
--- a/drivers/clk/uniphier/Kconfig
+++ b/drivers/clk/uniphier/Kconfig
@@ -1,13 +1,10 @@
config CLK_UNIPHIER
- bool
+ bool "Clock driver for UniPhier SoCs"
+ depends on ARCH_UNIPHIER
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
+ help
+ Support for clock controllers on UniPhier SoCs.
+ Say Y if you want to control clocks provided by System Control
+ block, Media I/O block, Peripheral Block.