Skip to content

Commit cceff83

Browse files
lowlandernashif
authored andcommitted
soc: arm: stm32: Remove mem pool selection
Since the use of kmalloc was removed from the DMAMUX driver there is no need for a memory pool anymore. Signed-off-by: Erwin Rol <[email protected]>
1 parent 4cc15d7 commit cceff83

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

soc/arm/st_stm32/common/Kconfig.defconfig.series

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ if DMA
7575
config DMA_STM32
7676
default y
7777

78-
config HEAP_MEM_POOL_SIZE
79-
default 1024
80-
depends on DMAMUX_STM32
81-
8278
endif # DMA
8379

8480
config MEMC_STM32

0 commit comments

Comments
 (0)