xref: /linux/drivers/clk/uniphier/Kconfig (revision fd84aaa8173d3ff86f8df2009921336a1ea53a8a)
1# SPDX-License-Identifier: GPL-2.0-only
2config CLK_UNIPHIER
3	bool "Clock driver for UniPhier SoCs"
4	depends on ARCH_UNIPHIER || COMPILE_TEST
5	depends on OF && MFD_SYSCON
6	default ARCH_UNIPHIER
7	help
8	  Support for clock controllers on UniPhier SoCs.
9	  Say Y if you want to control clocks provided by System Control
10	  block, Media I/O block, Peripheral Block.
11