mm/circbuf: support circular buffer managerment

N/A

Change-Id: Ib1fc009b9ce3af5815920f22221fe8a7262299ef
Signed-off-by: dongjiuzhu <dongjiuzhu1@xiaomi.com>
This commit is contained in:
dongjiuzhu
2020-11-12 18:40:06 +08:00
committed by Xiang Xiao
parent 93ff68e75a
commit 23ddeaf3be
5 changed files with 819 additions and 0 deletions
+6
View File
@@ -155,4 +155,10 @@ config MM_FILL_ALLOCATIONS
Fill all malloc() allocations with 0xAA. This helps
detecting uninitialized variable errors.
config MM_CIRCBUF
bool "Circular buffer support"
default n
---help---
Build in support for the circular buffer management.
source "mm/iob/Kconfig"