xref: /linux/drivers/clk/sifive/Kconfig (revision e4d368e0b632717e57d064ade6afdcf535e58068)
130b8e27eSPaul Walmsley# SPDX-License-Identifier: GPL-2.0
230b8e27eSPaul Walmsley
330b8e27eSPaul Walmsleymenuconfig CLK_SIFIVE
430b8e27eSPaul Walmsley	bool "SiFive SoC driver support"
5f7df8c92SPaul Walmsley	depends on RISCV || COMPILE_TEST
630b8e27eSPaul Walmsley	help
730b8e27eSPaul Walmsley	  SoC drivers for SiFive Linux-capable SoCs.
830b8e27eSPaul Walmsley
930b8e27eSPaul Walmsleyif CLK_SIFIVE
1030b8e27eSPaul Walmsley
1128108fc8SZong Liconfig CLK_SIFIVE_PRCI
1228108fc8SZong Li	bool "PRCI driver for SiFive SoCs"
13*e4d368e0SGreentime Hu	select RESET_CONTROLLER
14*e4d368e0SGreentime Hu	select RESET_SIMPLE
1530b8e27eSPaul Walmsley	select CLK_ANALOGBITS_WRPLL_CLN28HPC
1630b8e27eSPaul Walmsley	help
1730b8e27eSPaul Walmsley	  Supports the Power Reset Clock interface (PRCI) IP block found in
18efc91ae4SZong Li	  FU540/FU740 SoCs. If this kernel is meant to run on a SiFive FU540/
19efc91ae4SZong Li	  FU740 SoCs, enable this driver.
2030b8e27eSPaul Walmsley
2130b8e27eSPaul Walmsleyendif
22