timer: riscv_machine_timer driver depends on SOC_FAMILY_RISCV_PRIVILEGE
Change-Id: I5cbb2845979f88eb005dfd7e0b1714b6fe6167d3 Signed-off-by: Jean-Paul Etienne <fractalclone@gmail.com>
This commit is contained in:
parent
7d5be2af73
commit
1451f82aeb
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ config PULPINO_TIMER
|
|||
config RISCV_MACHINE_TIMER
|
||||
bool "RISCV Machine Timer"
|
||||
default n
|
||||
depends on RISCV32
|
||||
depends on SOC_FAMILY_RISCV_PRIVILEGE
|
||||
help
|
||||
This module implements a kernel device driver for the generic RISCV machine
|
||||
timer driver. It provides the standard "system clock driver" interfaces.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue