sched: Disable message queue by default when DEFAULT_SMALL equals y

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2021-11-08 11:10:12 +08:00
committed by Abdelatif Guettouche
parent b8c33e585e
commit e57203eca4
+2 -1
View File
@@ -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"