[PATCH v2 02/29] RISC-V: virt: select only one timer

Ahmad Fatoum a.fatoum at pengutronix.de
Fri Jun 18 21:50:28 PDT 2021


S-Mode should use the riscv timer, so no need to select CLINT timer for
virt.

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 arch/riscv/Kconfig.socs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs
index c6875738d05c..fd36745755e0 100644
--- a/arch/riscv/Kconfig.socs
+++ b/arch/riscv/Kconfig.socs
@@ -16,7 +16,6 @@ config BOARD_ERIZO_GENERIC
 config SOC_VIRT
 	bool "QEMU Virt Machine"
 	select BOARD_RISCV_GENERIC_DT
-	select CLINT_TIMER
 	help
 	  Generates an image tht can be be booted by QEMU. The image is called
 	  barebox-dt-2nd.img
-- 
2.29.2




More information about the barebox mailing list