Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 
0003 menuconfig CLK_SIFIVE
0004         bool "SiFive SoC driver support"
0005         depends on RISCV || COMPILE_TEST
0006         help
0007           SoC drivers for SiFive Linux-capable SoCs.
0008 
0009 if CLK_SIFIVE
0010 
0011 config CLK_SIFIVE_PRCI
0012         bool "PRCI driver for SiFive SoCs"
0013         select RESET_CONTROLLER
0014         select RESET_SIMPLE
0015         select CLK_ANALOGBITS_WRPLL_CLN28HPC
0016         help
0017           Supports the Power Reset Clock interface (PRCI) IP block found in
0018           FU540/FU740 SoCs. If this kernel is meant to run on a SiFive FU540/
0019           FU740 SoCs, enable this driver.
0020 
0021 endif