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 <erwin@erwinrol.com>
This commit is contained in:
parent
4cc15d73dd
commit
cceff836ae
1 changed files with 0 additions and 4 deletions
|
@ -75,10 +75,6 @@ if DMA
|
||||||
config DMA_STM32
|
config DMA_STM32
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config HEAP_MEM_POOL_SIZE
|
|
||||||
default 1024
|
|
||||||
depends on DMAMUX_STM32
|
|
||||||
|
|
||||||
endif # DMA
|
endif # DMA
|
||||||
|
|
||||||
config MEMC_STM32
|
config MEMC_STM32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue