[v2,4/5] riscv: defconfig: Enable the T-HEAD SoC

Message ID 20230510204456.57202-4-frank.li@vivo.com
State New
Headers
Series [v2,1/5] riscv: Add the T-HEAD SoC family Kconfig option |

Commit Message

李扬韬 May 10, 2023, 8:44 p.m. UTC
  Now TH1520-based boards are supported, enable the platform in
our defconfig.

Cc: Icenowy Zheng <uwu@icenowy.me>
Cc: Wei Fu <wefu@redhat.com>
Signed-off-by: Yangtao Li <frank.li@vivo.com>
---
 arch/riscv/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
index d98d6e90b2b8..b4d7e4556501 100644
--- a/arch/riscv/configs/defconfig
+++ b/arch/riscv/configs/defconfig
@@ -30,6 +30,7 @@  CONFIG_ARCH_RENESAS=y
 CONFIG_SOC_SIFIVE=y
 CONFIG_SOC_STARFIVE=y
 CONFIG_ARCH_SUNXI=y
+CONFIG_ARCH_THEAD=y
 CONFIG_SOC_VIRT=y
 CONFIG_SMP=y
 CONFIG_HOTPLUG_CPU=y