riscv_machine_timer: remove unused config option

This should have been removed in commit 11a2107d99 ("riscv: timer:
driver revamp").

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
This commit is contained in:
Nicolas Pitre 2023-05-30 15:34:17 -04:00 committed by Anas Nashif
parent f3bdac91b2
commit df6084fec1

View file

@ -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