Skip to content

Commit 76c80fb

Browse files
Yuriy Vynnychekcarlescufi
authored andcommitted
boards: riscv: tlsr9518adk80d: Enable GPIO and HEAP_MEM_POOL
- Enable GPIO by default to be consistent with other vendors, Some samples also require GPIO driver to be enabled by default. - Enable HEAP_MEM_POOL usage. The heap memory is used by Flash driver during from flash to flash write operation. Signed-off-by: Yuriy Vynnychek <[email protected]>
1 parent c3c7b54 commit 76c80fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boards/riscv/tlsr9518adk80d/tlsr9518adk80d_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
CONFIG_SOC_SERIES_RISCV_TELINK_B91=y
55
CONFIG_SOC_RISCV_TELINK_B91=y
66
CONFIG_BOARD_TLSR9518ADK80D=y
7+
CONFIG_GPIO=y
78
CONFIG_PLIC=y
89
CONFIG_RISCV_MACHINE_TIMER=y
910
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
11+
CONFIG_HEAP_MEM_POOL_SIZE=4096
1012
CONFIG_UART_INTERRUPT_DRIVEN=y
1113
CONFIG_SERIAL=y
1214
CONFIG_CONSOLE=y

0 commit comments

Comments
 (0)