mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
mm/circbuf: Remove MM_CIRCBUF option from Kconfig
since the linker can remove the unused object file from the final image Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
bcafc77cf8
commit
a446b5816f
@@ -32,12 +32,10 @@ endif # INPUT_MOUSE
|
||||
|
||||
config INPUT_TOUCHSCREEN
|
||||
bool
|
||||
select MM_CIRCBUF
|
||||
default n
|
||||
|
||||
config INPUT_KEYBOARD
|
||||
bool
|
||||
select MM_CIRCBUF
|
||||
default n
|
||||
|
||||
config INPUT_UINPUT
|
||||
|
||||
Reference in New Issue
Block a user