mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +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
|
config DISABLE_MQUEUE
|
||||||
bool "Disable POSIX message queue support"
|
bool "Disable POSIX message queue support"
|
||||||
default n
|
default y if DEFAULT_SMALL
|
||||||
|
default n if !DEFAULT_SMALL
|
||||||
|
|
||||||
config DISABLE_ENVIRON
|
config DISABLE_ENVIRON
|
||||||
bool "Disable environment variable support"
|
bool "Disable environment variable support"
|
||||||
|
|||||||
Reference in New Issue
Block a user