The latest development version of this page may be more current than this released 1.14.1 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 if’s and menus.)

Kconfig definition

At arch/Kconfig:197

Included via Kconfig:10Kconfig.zephyr:29

Menu path: (top menu) → General Architecture Options

config KOBJECT_TEXT_AREA
    int
    prompt "Size if kobject text area" if ARCH_HAS_USERSPACE
    default 512 if COVERAGE_GCOV && ARCH_HAS_USERSPACE
    default 512 if NO_OPTIMIZATIONS && ARCH_HAS_USERSPACE
    default 256 if ARCH_HAS_USERSPACE
    depends on ARCH_HAS_USERSPACE
    help
      Size of kernel object text area. Used in linker script.

(Definitions include propagated dependencies, including from if’s and menus.)