sched: Disable message queue by default when DEFAULT_SMALL equals y
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
b8c33e585e
commit
e57203eca4
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue