summaryrefslogtreecommitdiff
path: root/arch/riscv/Kconfig.socs
diff options
context:
space:
mode:
authorConor Dooley <conor.dooley@microchip.com>2022-10-05 20:13:49 +0300
committerConor Dooley <conor.dooley@microchip.com>2022-12-27 21:01:40 +0300
commit3af577f9826fdddefac42b35fc5eb3912c5b7d85 (patch)
tree4646d17094356de36138dcc40e966b4196ea5964 /arch/riscv/Kconfig.socs
parent0e6aee5bcc0067d5f8a36cbb2dbd8b2702140481 (diff)
downloadlinux-3af577f9826fdddefac42b35fc5eb3912c5b7d85.tar.xz
RISC-V: stop directly selecting drivers for SOC_CANAAN
The serial and clock drivers will be enabled by default if the symbol itself is enabled, so stop directly selecting the drivers in Kconfigs.socs. Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Diffstat (limited to 'arch/riscv/Kconfig.socs')
-rw-r--r--arch/riscv/Kconfig.socs3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs
index b90af1e22bc0..34a54e5310a1 100644
--- a/arch/riscv/Kconfig.socs
+++ b/arch/riscv/Kconfig.socs
@@ -56,12 +56,9 @@ config SOC_CANAAN
bool "Canaan Kendryte K210 SoC"
depends on !MMU
select CLINT_TIMER if RISCV_M_MODE
- select SERIAL_SIFIVE if TTY
- select SERIAL_SIFIVE_CONSOLE if TTY
select ARCH_HAS_RESET_CONTROLLER
select PINCTRL
select COMMON_CLK
- select COMMON_CLK_K210
help
This enables support for Canaan Kendryte K210 SoC platform hardware.