riscv32: timer: disable riscv_machine_timer driver by default for riscv32
Enabling the riscv_machine_timer driver by default for riscv32 causes compilation issues on riscv32 boards (like zedboard_pulpino) not supporting it. Boards supporting the driver enable it via their respective config file. Change-Id: Ieb0d25fa339834fd386ae2725f40b6b7b72dc52b Signed-off-by: Jean-Paul Etienne <fractalclone@gmail.com>
This commit is contained in:
parent
d81e033044
commit
5d5265bca4
|
@ -158,7 +158,7 @@ config PULPINO_TIMER
|
|||
|
||||
config RISCV_MACHINE_TIMER
|
||||
bool "RISCV Machine Timer"
|
||||
default y
|
||||
default n
|
||||
depends on RISCV32
|
||||
help
|
||||
This module implements a kernel device driver for the generic RISCV machine
|
||||
|
|
Loading…
Reference in a new issue