[PATCH] riscv: defconfig: Enable Eswin SoCs

From: Anirudh Srinivasan

Date: Wed Jun 03 2026 - 14:34:22 EST


Enable support for Eswin SoCs in the default configuration, so that
defconfig kernel/DTs are bootable on Hifive Premier P550 Board.

Signed-off-by: Anirudh Srinivasan <asrinivasan@xxxxxxxxxxxxxxxxxxx>
---
arch/riscv/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
index c2c37327b9877..74ba5acc12a40 100644
--- a/arch/riscv/configs/defconfig
+++ b/arch/riscv/configs/defconfig
@@ -24,6 +24,7 @@ CONFIG_BLK_DEV_INITRD=y
CONFIG_PROFILING=y
CONFIG_ARCH_ANDES=y
CONFIG_ARCH_ANLOGIC=y
+CONFIG_ARCH_ESWIN=y
CONFIG_ARCH_MICROCHIP=y
CONFIG_ARCH_SIFIVE=y
CONFIG_ARCH_SOPHGO=y

---
base-commit: 254f49634ee16a731174d2ae34bc50bd5f45e731
change-id: 20260603-eswin_defconfig-3aeb501af076

Best regards,
--
Anirudh Srinivasan <asrinivasan@xxxxxxxxxxxxxxxxxxx>