xref: /linux/drivers/clk/ultrarisc/Kconfig (revision 502d45774af09f1c681c754c4b7cdfb5d7f72fd9)
1# SPDX-License-Identifier: GPL-2.0-only
2
3config CLK_ULTRARISC
4	tristate
5	depends on OF
6	depends on ARCH_ULTRARISC || COMPILE_TEST
7
8config CLK_ULTRARISC_DP1000
9	tristate "UltraRISC DP1000 clock controller"
10	select CLK_ULTRARISC
11	depends on OF && HAS_IOMEM
12	depends on ARCH_ULTRARISC || COMPILE_TEST
13	default ARCH_ULTRARISC
14	help
15	  This driver provides the clock controller for the UltraRISC
16	  DP1000 SoC. It exposes the PLL output, derived fixed-factor
17	  clocks, programmable divider clocks, and peripheral gate
18	  clocks to Linux consumers.
19