mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 12:44:11 +08:00
3c2905ea79
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>
11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
config SOC_K210_SYSCTL
|
|
bool "Canaan Kendryte K210 SoC system controller"
|
|
depends on RISCV && SOC_CANAAN && OF
|
|
default SOC_CANAAN
|
|
select PM
|
|
select MFD_SYSCON
|
|
help
|
|
Canaan Kendryte K210 SoC system controller driver.
|