aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYangyu Chen <cyy@cyyself.name>2024-04-08 00:28:35 +0800
committerConor Dooley <conor.dooley@microchip.com>2024-04-10 11:42:13 +0100
commitcd899f85b1e454188fa2f14c3396a894f440b15f (patch)
tree5a22e40d81138512d1fa546f1e51e0a448c7c02a
parent1553a1c48281243359a9529a10ddb551f3b967ab (diff)
downloadlinux-riscv-config.tar.gz
riscv: config: enable ARCH_CANAAN in defconfigriscv-config-for-v6.10riscv-config-for-nextriscv-config
Since K230 has been supported, allow ARCH_CANAAN to be selected to build dt and drivers for it in defconfig. Signed-off-by: Yangyu Chen <cyy@cyyself.name> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: Guo Ren <guoren@kernel.org> Acked-by: Palmer Dabbelt <palmer@rivosinc.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
-rw-r--r--arch/riscv/configs/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
index d485e1de8a78ca..3cae018f9315e6 100644
--- a/arch/riscv/configs/defconfig
+++ b/arch/riscv/configs/defconfig
@@ -33,6 +33,7 @@ CONFIG_SOC_STARFIVE=y
CONFIG_ARCH_SUNXI=y
CONFIG_ARCH_THEAD=y
CONFIG_ARCH_VIRT=y
+CONFIG_ARCH_CANAAN=y
CONFIG_SMP=y
CONFIG_HOTPLUG_CPU=y
CONFIG_PM=y