mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Kconfig: Refine BUILD_FLAT, BUILD_PROTECTED and BUILD_KERNEL usage
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user