Skip to content

Commit 3c2905e

Browse files
bulwahnpalmer-dabbelt
authored andcommitted
riscv: canaan: remove useless select of non-existing config SYSCON
The config SYSCON never existed in the kernel repository; so, the select of that config in ./drivers/soc/canaan/Kconfig has no effect. Presumably, this was just some mistake, assuming some symmetry in handling and naming of configs that simply does not exist. Remove this useless select of a non-existing config. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
1 parent 26fb751 commit 3c2905e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/soc/canaan/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ config SOC_K210_SYSCTL
55
depends on RISCV && SOC_CANAAN && OF
66
default SOC_CANAAN
77
select PM
8-
select SYSCON
98
select MFD_SYSCON
109
help
1110
Canaan Kendryte K210 SoC system controller driver.

0 commit comments

Comments
 (0)