OSDN Git Service

riscv: canaan: remove useless select of non-existing config SYSCON
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 29 Dec 2021 19:24:58 +0000 (20:24 +0100)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 20 Jan 2022 17:35:11 +0000 (09:35 -0800)
commit3c2905ea79245fd37c2ab9d9384ab85d4732e3ef
tree6c9c095fae8a632709090f99df2919445eb38559
parent26fb751ca37846c912daa347be298bfd945cc560
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>
drivers/soc/canaan/Kconfig