Skip to content

Commit 7277069

Browse files
geertuAlexandre Ghiti
authored andcommitted
riscv: Remove duplicate CLINT_TIMER selections
Since commit f862bbf ("riscv: Allow NOMMU kernels to run in S-mode") in v6.10, CLINT_TIMER is selected by the main RISCV symbol when RISCV_M_MODE is enabled. Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Conor Dooley <[email protected]> Acked-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/ce55529a42fa232cacd580e38866c60701f91095.1738764474.git.geert+renesas@glider.be Signed-off-by: Alexandre Ghiti <[email protected]>
1 parent c2db83f commit 7277069

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/riscv/Kconfig.socs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ config ARCH_THEAD
5959

6060
config ARCH_VIRT
6161
bool "QEMU Virt Machine"
62-
select CLINT_TIMER if RISCV_M_MODE
6362
select POWER_RESET
6463
select POWER_RESET_SYSCON
6564
select POWER_RESET_SYSCON_POWEROFF
@@ -79,7 +78,6 @@ config ARCH_CANAAN
7978
config SOC_CANAAN_K210
8079
bool "Canaan Kendryte K210 SoC"
8180
depends on !MMU && ARCH_CANAAN
82-
select CLINT_TIMER if RISCV_M_MODE
8381
select ARCH_HAS_RESET_CONTROLLER
8482
select PINCTRL
8583
select COMMON_CLK

0 commit comments

Comments
 (0)