mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Rename MODULE_TEXT to TEXT_HEAP as the latter is more generic.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
committed by
Xiang Xiao
parent
79e9347551
commit
af5e0c620f
+1
-1
@@ -1545,7 +1545,7 @@ config MODULE
|
||||
bool "Enable loadable OS modules"
|
||||
default n
|
||||
select LIBC_MODLIB
|
||||
select ARCH_USE_MODULE_TEXT if ARCH_HAVE_MODULE_TEXT
|
||||
select ARCH_USE_TEXT_HEAP if ARCH_HAVE_TEXT_HEAP
|
||||
---help---
|
||||
Enable support for loadable OS modules. Default: n
|
||||
|
||||
|
||||
Reference in New Issue
Block a user