Kconfig (cdd38c5f1ce4398ec58fec95904b75824daab7b5) Kconfig (e4d368e0b632717e57d064ade6afdcf535e58068)
1# SPDX-License-Identifier: GPL-2.0
2
3menuconfig CLK_SIFIVE
4 bool "SiFive SoC driver support"
5 depends on RISCV || COMPILE_TEST
6 help
7 SoC drivers for SiFive Linux-capable SoCs.
8
9if CLK_SIFIVE
10
11config CLK_SIFIVE_PRCI
12 bool "PRCI driver for SiFive SoCs"
1# SPDX-License-Identifier: GPL-2.0
2
3menuconfig CLK_SIFIVE
4 bool "SiFive SoC driver support"
5 depends on RISCV || COMPILE_TEST
6 help
7 SoC drivers for SiFive Linux-capable SoCs.
8
9if CLK_SIFIVE
10
11config CLK_SIFIVE_PRCI
12 bool "PRCI driver for SiFive SoCs"
13 select RESET_CONTROLLER
14 select RESET_SIMPLE
13 select CLK_ANALOGBITS_WRPLL_CLN28HPC
14 help
15 Supports the Power Reset Clock interface (PRCI) IP block found in
16 FU540/FU740 SoCs. If this kernel is meant to run on a SiFive FU540/
17 FU740 SoCs, enable this driver.
18
19endif
15 select CLK_ANALOGBITS_WRPLL_CLN28HPC
16 help
17 Supports the Power Reset Clock interface (PRCI) IP block found in
18 FU540/FU740 SoCs. If this kernel is meant to run on a SiFive FU540/
19 FU740 SoCs, enable this driver.
20
21endif