1# SPDX-License-Identifier: GPL-2.0 2 3config CLK_ANALOGBITS_WRPLL_CLN28HPC 4 bool 5 6config CLK_SIFIVE 7 bool "SiFive SoC driver support" 8 depends on CLK 9 help 10 SoC drivers for SiFive Linux-capable SoCs. 11 12config CLK_SIFIVE_FU540_PRCI 13 bool "PRCI driver for SiFive FU540 SoCs" 14 depends on CLK_SIFIVE 15 select CLK_ANALOGBITS_WRPLL_CLN28HPC 16 help 17 Supports the Power Reset Clock interface (PRCI) IP block found in 18 FU540 SoCs. If this kernel is meant to run on a SiFive FU540 SoC, 19 enable this driver. 20