blob: 81fc9f8fdae6eae0771755574e99dae32fa47457 [file] [log] [blame]
Anup Patel42fdf082019-02-25 08:14:49 +00001# 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.