Procházet zdrojové kódy

riscv: Enable the SiFive CLINT block driver in S-Mode(VIC7100 ONLY)

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**
TekkamanV před 3 roky
rodič
revize
1b3668284b
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 2
      arch/riscv/Kconfig

+ 1 - 2
arch/riscv/Kconfig

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