From: Jisheng Zhang Date: Sat, 17 Jun 2023 16:15:29 +0000 (+0800) Subject: riscv: defconfig: enable T-HEAD SoC X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=318afa0812049ddaff644482b035ab861d2a920c;p=users%2Fjedix%2Flinux-maple.git riscv: defconfig: enable T-HEAD SoC Enable T-HEAD SoC config in defconfig to allow the default upstream kernel to boot on Sipeed Lichee Pi 4A board. Signed-off-by: Jisheng Zhang Reviewed-by: Conor Dooley Acked-by: Palmer Dabbelt Acked-by: Guo Ren Signed-off-by: Conor Dooley --- diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index d98d6e90b2b8..109e4b5b003c 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -27,6 +27,7 @@ CONFIG_EXPERT=y CONFIG_PROFILING=y CONFIG_SOC_MICROCHIP_POLARFIRE=y CONFIG_ARCH_RENESAS=y +CONFIG_ARCH_THEAD=y CONFIG_SOC_SIFIVE=y CONFIG_SOC_STARFIVE=y CONFIG_ARCH_SUNXI=y