Browse Source

riscv: Enable SYS_MALLOC_LEN config

Signed-off-by: TekkamanV <tekkamanv@starfivetech.com>
TekkamanV 3 years ago
parent
commit
e4e5ff9300
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Kconfig

+ 1 - 1
Kconfig

@@ -249,7 +249,7 @@ config SYS_MALLOC_F_LEN
 
 config SYS_MALLOC_LEN
 	hex "Define memory for Dynamic allocation"
-	depends on ARCH_ZYNQ || ARCH_VERSAL || ARCH_STM32MP || ARCH_ROCKCHIP
+	depends on ARCH_ZYNQ || ARCH_VERSAL || ARCH_STM32MP || ARCH_ROCKCHIP || RISCV
 	default 0x2000000 if ARCH_ROCKCHIP
 	help
 	  This defines memory to be allocated for Dynamic allocation