]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/clk/sifive/Kconfig
clk: sifive: add a driver for the SiFive FU540 PRCI IP block
[linux.git] / drivers / clk / sifive / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2
3 menuconfig CLK_SIFIVE
4         bool "SiFive SoC driver support"
5         help
6           SoC drivers for SiFive Linux-capable SoCs.
7
8 if CLK_SIFIVE
9
10 config CLK_SIFIVE_FU540_PRCI
11         bool "PRCI driver for SiFive FU540 SoCs"
12         select CLK_ANALOGBITS_WRPLL_CLN28HPC
13         help
14           Supports the Power Reset Clock interface (PRCI) IP block found in
15           FU540 SoCs.  If this kernel is meant to run on a SiFive FU540 SoC,
16           enable this driver.
17
18 endif