[PATCH v9 3/3] riscv: clocksource: Add p8700-gcru driver
Julian Braha
julianbraha at gmail.com
Wed Jun 17 09:17:36 PDT 2026
Hi Aleksa,
On 6/16/26 17:03, Aleksa Paunovic via B4 Relay wrote:
> +config P8700_TIMER
> + bool "MIPS P8700 timer driver"
> + depends on GENERIC_SCHED_CLOCK && RISCV && RISCV_SBI && 64BIT
> + select CLKSRC_MMIO
> + select TIMER_PROBE
> + select TIMER_OF
You don't need to select TIMER_OF here, it's already enabled by
TIMER_PROBE. You could consider using a comment there, if you'd like.
- Julian Braha
More information about the linux-riscv
mailing list