Skip to content

Commit

Permalink
riscv: Enable the SiFive CLINT block driver in S-Mode(VIC7100 ONLY)
Browse files Browse the repository at this point in the history
This patch removes the "depends on" of the SiFive CLINT driver,
since StarFive VIC7100 need to access it from S-Mode.

**For StarFive VIC7100 ONLY**
  • Loading branch information
TekkamanV authored and tekkamanninja committed Apr 27, 2021
1 parent 620e28b commit 1b36682
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/riscv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ config DMA_ADDR_T_64BIT
default y if 64BIT

config SIFIVE_CLINT
bool
depends on RISCV_MMODE || SPL_RISCV_MMODE
bool "Enable the SiFive CLINT block driver"
help
The SiFive CLINT block holds memory-mapped control and status registers
associated with software and timer interrupts.
Expand Down

0 comments on commit 1b36682

Please sign in to comment.