mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
libc/modlib: Make modlib selectable from defconfig
since bootloader may call modlib functions directly to load elf firmware without binfmt, dlfcn or module. BTW, this patch also remove the duplicated selecttion Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
config LIBC_MODLIB
|
||||
bool
|
||||
bool "Enable module library"
|
||||
default n
|
||||
select LIBC_ARCH_ELF
|
||||
select ARCH_USE_TEXT_HEAP if ARCH_HAVE_TEXT_HEAP
|
||||
|
||||
Reference in New Issue
Block a user