-
CONFIG_KOBJECT_TEXT_AREA
¶
Size if kobject text area
Type: int
Help¶
Size of kernel object text area. Used in linker script.
Defaults¶
- 512 if
COVERAGE_GCOV
&&ARCH_HAS_USERSPACE
- 512 if
NO_OPTIMIZATIONS
&&ARCH_HAS_USERSPACE
- 256 if
ARCH_HAS_USERSPACE
Kconfig definition¶
At arch/Kconfig:197
Included via Kconfig:10
→ Kconfig.zephyr:29
Menu path: (top menu) → General Architecture Options
config KOBJECT_TEXT_AREA int prompt "Size if kobject text area" ifARCH_HAS_USERSPACE
default 512 ifCOVERAGE_GCOV
&&ARCH_HAS_USERSPACE
default 512 ifNO_OPTIMIZATIONS
&&ARCH_HAS_USERSPACE
default 256 ifARCH_HAS_USERSPACE
depends onARCH_HAS_USERSPACE
help Size of kernel object text area. Used in linker script.
(Definitions include propagated dependencies, including from if’s and menus.)