24 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3menuconfig CLK_SIFIVE4 bool "SiFive SoC driver support"5 depends on ARCH_SIFIVE || COMPILE_TEST6 default ARCH_SIFIVE7 help8 SoC drivers for SiFive Linux-capable SoCs.9 10if CLK_SIFIVE11 12config CLK_SIFIVE_PRCI13 tristate "PRCI driver for SiFive SoCs"14 default ARCH_SIFIVE15 select RESET_CONTROLLER16 select RESET_SIMPLE17 select CLK_ANALOGBITS_WRPLL_CLN28HPC18 help19 Supports the Power Reset Clock interface (PRCI) IP block found in20 FU540/FU740 SoCs. If this kernel is meant to run on a SiFive FU540/21 FU740 SoCs, enable this driver.22 23endif24