The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_KOBJECT_TEXT_AREA

Size if kobject text area

Type: int

Help

Size of kernel object text area. Used in linker script.

Direct dependencies

ARCH_HAS_USERSPACE

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At arch/Kconfig:257

Included via Kconfig:8Kconfig.zephyr:29

Menu path: (Top) → General Architecture Options

config KOBJECT_TEXT_AREA
    int "Size if 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.)