Kconfig: Refine BUILD_FLAT, BUILD_PROTECTED and BUILD_KERNEL usage

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-04-29 22:52:26 +08:00
committed by patacongo
parent fd38623aac
commit ddda00ea65
6 changed files with 7 additions and 11 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#
menu "User Work Queue Support"
depends on BUILD_PROTECTED || BUILD_KERNEL
depends on !BUILD_FLAT
config LIB_USRWORK
bool "User mode worker thread"