Merge tag 'selinux-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / drivers / clk / sifive / Kconfig
CommitLineData
30b8e27e
PW
1# SPDX-License-Identifier: GPL-2.0
2
3menuconfig CLK_SIFIVE
4 bool "SiFive SoC driver support"
f7df8c92 5 depends on RISCV || COMPILE_TEST
30b8e27e
PW
6 help
7 SoC drivers for SiFive Linux-capable SoCs.
8
9if CLK_SIFIVE
10
11config CLK_SIFIVE_FU540_PRCI
12 bool "PRCI driver for SiFive FU540 SoCs"
13 select CLK_ANALOGBITS_WRPLL_CLN28HPC
14 help
15 Supports the Power Reset Clock interface (PRCI) IP block found in
16 FU540 SoCs. If this kernel is meant to run on a SiFive FU540 SoC,
17 enable this driver.
18
19endif