From 0eea987088a22d73d81e968de7347cdc7e594f72 Mon Sep 17 00:00:00 2001 From: Conor Dooley Date: Fri, 5 Apr 2024 16:46:18 +0100 Subject: [PATCH] RISC-V: Drop unused SOC_CANAAN All users of SOC_CANAAN are now gone and it is not user-visible, remove it. Signed-off-by: Conor Dooley --- arch/riscv/Kconfig.socs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs index 17340aa4dcfc2..a4468deef99f6 100644 --- a/arch/riscv/Kconfig.socs +++ b/arch/riscv/Kconfig.socs @@ -76,10 +76,6 @@ config ARCH_CANAAN help This enables support for Canaan Kendryte series SoC platform hardware. -config SOC_CANAAN - def_bool SOC_CANAAN_K210 - depends on ARCH_CANAAN - config SOC_CANAAN_K210 bool "Canaan Kendryte K210 SoC" depends on !MMU && ARCH_CANAAN -- 2.30.2