xref: /openbmc/linux/drivers/clk/sifive/Kconfig (revision 30b8e27e)
1*30b8e27eSPaul Walmsley# SPDX-License-Identifier: GPL-2.0
2*30b8e27eSPaul Walmsley
3*30b8e27eSPaul Walmsleymenuconfig CLK_SIFIVE
4*30b8e27eSPaul Walmsley	bool "SiFive SoC driver support"
5*30b8e27eSPaul Walmsley	help
6*30b8e27eSPaul Walmsley	  SoC drivers for SiFive Linux-capable SoCs.
7*30b8e27eSPaul Walmsley
8*30b8e27eSPaul Walmsleyif CLK_SIFIVE
9*30b8e27eSPaul Walmsley
10*30b8e27eSPaul Walmsleyconfig CLK_SIFIVE_FU540_PRCI
11*30b8e27eSPaul Walmsley	bool "PRCI driver for SiFive FU540 SoCs"
12*30b8e27eSPaul Walmsley	select CLK_ANALOGBITS_WRPLL_CLN28HPC
13*30b8e27eSPaul Walmsley	help
14*30b8e27eSPaul Walmsley	  Supports the Power Reset Clock interface (PRCI) IP block found in
15*30b8e27eSPaul Walmsley	  FU540 SoCs.  If this kernel is meant to run on a SiFive FU540 SoC,
16*30b8e27eSPaul Walmsley	  enable this driver.
17*30b8e27eSPaul Walmsley
18*30b8e27eSPaul Walmsleyendif
19