From df6084fec1d5742365480173318f3509d3a860ef Mon Sep 17 00:00:00 2001 From: Nicolas Pitre Date: Tue, 30 May 2023 15:34:17 -0400 Subject: [PATCH] riscv_machine_timer: remove unused config option This should have been removed in commit 11a2107d991b ("riscv: timer: driver revamp"). Signed-off-by: Nicolas Pitre --- drivers/timer/Kconfig.riscv_machine | 8 -------- 1 file changed, 8 deletions(-) diff --git a/drivers/timer/Kconfig.riscv_machine b/drivers/timer/Kconfig.riscv_machine index 873626025f..efbd4d322f 100644 --- a/drivers/timer/Kconfig.riscv_machine +++ b/drivers/timer/Kconfig.riscv_machine @@ -38,12 +38,4 @@ config RISCV_MACHINE_TIMER_SYSTEM_CLOCK_DIVIDER and it is desirable usage that references it with using a function such as dt_node_int_prop_int from Kconfig. (Tune in the conf file is not preferable.) -config RISCV_MACHINE_TIMER_MIN_DELAY - int - default 100 - help - Specifies the minimum number of machine cycles before the RISC-V machine - time compare register is allowed to be updated by the RISC-V machine timer - driver. - endif