diff --git a/arch/Kconfig b/arch/Kconfig index 2cc1408300f..229965efde8 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -424,7 +424,7 @@ config ARCH_USE_TEXT_HEAP depends on ARCH_HAVE_TEXT_HEAP ---help--- This option enables architecture-specific memory allocator - for dynamic code loading. For example, ESP32 has a separate memory + for dynamic code loading. For example, ESP32 has separate memory regions for instruction and data and the memory region used for usual malloc doesn't work for instruction.