Skip to content

Commit ef06407

Browse files
committed
config(hpm6360): enable RVA ISA and ptherad support
Signed-off-by: tfx2001 <[email protected]>
1 parent 60dcd8a commit ef06407

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configs/hpmicro_hpm6360evk_defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
BR2_riscv=y
22
BR2_riscv_custom=y
33
BR2_RISCV_ISA_RVM=y
4+
BR2_RISCV_ISA_RVA=y
45
BR2_RISCV_ISA_RVC=y
56
BR2_RISCV_32=y
67
# BR2_RISCV_USE_MMU is not set
78
BR2_KERNEL_HEADERS_VERSION=y
89
BR2_DEFAULT_KERNEL_VERSION="6.10"
9-
BR2_PTHREADS_NONE=y
1010
BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y
11+
BR2_TOOLCHAIN_BUILDROOT_CXX=y
1112
BR2_ENABLE_LTO=y
1213
BR2_ROOTFS_MERGED_USR=y
1314
BR2_TARGET_GENERIC_GETTY_PORT="hvc0"

0 commit comments

Comments
 (0)