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:
Erwin Rol 2020-09-04 23:40:25 +02:00 committed by Anas Nashif
commit cceff836ae

View file

@ -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