blob: 20fc004b59e96ed7bc02c7e6e971f99abf93f448 [file] [log] [blame]
Anup Patelc40b6df2019-02-25 08:14:49 +00001# SPDX-License-Identifier: GPL-2.0
2
Anup Patelc40b6df2019-02-25 08:14:49 +00003config CLK_SIFIVE
4 bool "SiFive SoC driver support"
5 depends on CLK
6 help
7 SoC drivers for SiFive Linux-capable SoCs.
8
Green Wand56d79e2021-05-27 06:52:08 -07009config CLK_SIFIVE_PRCI
10 bool "PRCI driver for SiFive SoCs"
Anup Patelc40b6df2019-02-25 08:14:49 +000011 depends on CLK_SIFIVE
12 select CLK_ANALOGBITS_WRPLL_CLN28HPC
13 help
14 Supports the Power Reset Clock interface (PRCI) IP block found in
Green Wand56d79e2021-05-27 06:52:08 -070015 FU540/FU740 SoCs. If this kernel is meant to run on a SiFive FU540/
16 FU740 SoCs, enable this driver.