[riscv64] Enable ARCH_ANLOGIC and ARCH_TENSTORRENT

This commit is contained in:
Aurelien Jarno 2026-01-06 21:11:35 +01:00
parent 4d38186f44
commit 53996045f1
2 changed files with 5 additions and 0 deletions

3
debian/changelog vendored
View file

@ -5,6 +5,9 @@ linux (6.19~rc4-1~exp1) UNRELEASED; urgency=medium
[ Bastian Blank ]
* Fix installation of dtb into kernel-image udebs.
[ Aurelien Jarno ]
* [riscv64] Enable ARCH_ANLOGIC and ARCH_TENSTORRENT
-- Bastian Blank <waldi@debian.org> Mon, 05 Jan 2026 15:09:52 +0100
linux (6.18.3-1) unstable; urgency=medium

View file

@ -14,6 +14,7 @@ CONFIG_NUMA=y
## file: arch/riscv/Kconfig.socs
##
CONFIG_ARCH_ANDES=y
CONFIG_ARCH_ANLOGIC=y
CONFIG_ARCH_ESWIN=y
CONFIG_ARCH_MICROCHIP=y
CONFIG_ARCH_RENESAS=y
@ -22,6 +23,7 @@ CONFIG_ARCH_SOPHGO=y
CONFIG_ARCH_SPACEMIT=y
CONFIG_SOC_STARFIVE=y
CONFIG_ARCH_SUNXI=y
CONFIG_ARCH_TENSTORRENT=y
CONFIG_ARCH_THEAD=y
CONFIG_ARCH_VIRT=y
CONFIG_ARCH_CANAAN=y