diff options
author | Conor Dooley <conor.dooley@microchip.com> | 2024-04-05 16:46:18 +0100 |
---|---|---|
committer | Conor Dooley <conor.dooley@microchip.com> | 2024-04-05 16:46:18 +0100 |
commit | 0eea987088a22d73d81e968de7347cdc7e594f72 (patch) | |
tree | c8ad8ae630efbac089c3665dee075c9be5ad7e31 /arch/riscv | |
parent | 68f41105ea07d4be68e77666fcebbd34ea3612a8 (diff) |
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 <conor.dooley@microchip.com>
Diffstat (limited to 'arch/riscv')
-rw-r--r-- | arch/riscv/Kconfig.socs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs index 17340aa4dcfc..a4468deef99f 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 |