projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2db83f
)
riscv: Remove duplicate CLINT_TIMER selections
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Wed, 5 Feb 2025 14:09:03 +0000
(15:09 +0100)
committer
Alexandre Ghiti
<alexghiti@rivosinc.com>
Tue, 18 Mar 2025 13:05:13 +0000
(13:05 +0000)
Since commit
f862bbf4cdca696e
("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 <geert+renesas@glider.be>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link:
https://lore.kernel.org/r/ce55529a42fa232cacd580e38866c60701f91095.1738764474.git.geert+renesas@glider.be
Signed-off-by: Alexandre Ghiti <alexghiti@rivosinc.com>
arch/riscv/Kconfig.socs
patch
|
blob
|
blame
|
history
diff --git
a/arch/riscv/Kconfig.socs
b/arch/riscv/Kconfig.socs
index 17606940bb5239d0fdfc6b5aefb50eeb982d14aa..8b503e54fa1ba73aeebebfa905698c7debc41eaa 100644
(file)
--- a/
arch/riscv/Kconfig.socs
+++ b/
arch/riscv/Kconfig.socs
@@
-59,7
+59,6
@@
config ARCH_THEAD
config ARCH_VIRT
bool "QEMU Virt Machine"
- select CLINT_TIMER if RISCV_M_MODE
select POWER_RESET
select POWER_RESET_SYSCON
select POWER_RESET_SYSCON_POWEROFF
@@
-79,7
+78,6
@@
config ARCH_CANAAN
config SOC_CANAAN_K210
bool "Canaan Kendryte K210 SoC"
depends on !MMU && ARCH_CANAAN
- select CLINT_TIMER if RISCV_M_MODE
select ARCH_HAS_RESET_CONTROLLER
select PINCTRL
select COMMON_CLK