xref: /linux/drivers/clk/uniphier/Kconfig (revision ba199dc909a20fe62270ae4e93f263987bb9d119)
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