# SPDX-License-Identifier: GPL-2.0 menuconfig [31mCONFIG_CLK_SIFIVE[0m bool "SiFive SoC driver support" depends on [31mCONFIG_RISCV[0m || [31mCONFIG_COMPILE_TEST[0m help SoC drivers for SiFive Linux-capable SoCs. if [31mCONFIG_CLK_SIFIVE[0m config [31mCONFIG_CLK_SIFIVE_FU540_PRCI[0m bool "PRCI driver for SiFive FU540 SoCs" select [31mCONFIG_CLK_ANALOGBITS_WRPLL_CLN28HPC[0m help Supports the Power Reset Clock interface (PRCI) IP block found in FU540 SoCs. If this kernel is meant to run on a SiFive FU540 SoC, enable this driver. endif |