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
@@ -6,7 +6,7 @@
config BUILTIN
bool "Support Builtin Applications"
default n
depends on !BUILD_KERNEL || EXPERIMENTAL
depends on !BUILD_KERNEL
---help---
Enable support for builtin applications. This features assigns a string
name to an application and in addition if FS_BINFS is defined, retaining
-3
View File
@@ -10,12 +10,9 @@ config LIBC_DLFCN
default n
select LIBC_MODLIB if !BUILD_FLAT
select MODULE if BUILD_FLAT
depends on EXPERIMENTAL || !BUILD_KERNEL
---help---
Enabled support for user-space shared libraries.
A work in progress, hence, marked EXPERIMENTAL
if LIBC_DLFCN
config LDPATH_INITIAL
+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"