Skip to content

Commit 6abdc91

Browse files
Only show the U64 clock driver on RISC-V
This will probably only be on a RISC-V system, and it doesn't build on 32-bit systems without 64-bit divides which is a headache. Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 6c235df commit 6abdc91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/sifive/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
config CLK_U54_PRCI
22
bool "PRCI driver for U54 SoCs"
3+
depends on RISCV
34
---help---
45
Supports Power Reset Clock interface found in U540 SoCs

0 commit comments

Comments
 (0)