Skip to content

Commit 00dba19

Browse files
ben717-linuxarndb
authored andcommitted
riscv: add Andes SoC family Kconfig support
The first SoC in the Andes series is QiLai. It includes a high-performance quad-core RISC-V AX45MP cluster and one NX27V vector processor. For further information, refer to [1]. [1] https://www.andestech.com/en/products-solutions/andeshape-platforms/qilai-chip/ Signed-off-by: Ben Zong-You Xie <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 86731a2 commit 00dba19

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arch/riscv/Kconfig.socs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
menu "SoC selection"
22

3+
config ARCH_ANDES
4+
bool "Andes SoCs"
5+
depends on MMU && !XIP_KERNEL
6+
select ERRATA_ANDES
7+
help
8+
This enables support for Andes SoC platform hardware.
9+
310
config ARCH_MICROCHIP_POLARFIRE
411
def_bool ARCH_MICROCHIP
512

0 commit comments

Comments
 (0)