CONFIG_KOBJECT_TEXT_AREA
Size of kobject text area
Type: int
Help
Size of kernel object text area. Used in linker script.
Defaults
512 if
TEST
512 if
COVERAGE_GCOV
512 if
NO_OPTIMIZATIONS
512 if
STACK_CANARIES
&&RISCV
256
Kconfig definitions
At <Zephyr>/arch/arm64/core/Kconfig:91
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:39
→ <Zephyr>/arch/Kconfig:12
→ <Zephyr>/arch/arm64/Kconfig:32
Menu path: (Top) → ARM64 Options
config KOBJECT_TEXT_AREA
int
default 512 if TEST
depends on ARM64
At <Zephyr>/arch/Kconfig:276
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:39
Menu path: (Top) → General Architecture Options
config KOBJECT_TEXT_AREA
int "Size of kobject text area"
default 512 if COVERAGE_GCOV
default 512 if NO_OPTIMIZATIONS
default 512 if STACK_CANARIES && RISCV
default 256
depends on ARCH_HAS_USERSPACE
help
Size of kernel object text area. Used in linker script.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)