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:
parent
f3bdac91b2
commit
df6084fec1
1 changed files with 0 additions and 8 deletions
|
@ -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
|
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.)
|
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
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue