mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 13:13:08 +08:00
sched: Disable message queue by default when DEFAULT_SMALL equals y
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
b8c33e585e
commit
e57203eca4
+2
-1
@@ -41,7 +41,8 @@ config DISABLE_PTHREAD
|
||||
|
||||
config DISABLE_MQUEUE
|
||||
bool "Disable POSIX message queue support"
|
||||
default n
|
||||
default y if DEFAULT_SMALL
|
||||
default n if !DEFAULT_SMALL
|
||||
|
||||
config DISABLE_ENVIRON
|
||||
bool "Disable environment variable support"
|
||||
|
||||
Reference in New Issue
Block a user