mirror of
https://salsa.debian.org/kernel-team/linux.git
synced 2026-01-16 23:12:23 +00:00
[riscv64] Enable ARCH_ANLOGIC and ARCH_TENSTORRENT
This commit is contained in:
parent
4d38186f44
commit
53996045f1
2 changed files with 5 additions and 0 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
debian/config/riscv64/config
vendored
2
debian/config/riscv64/config
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue