:orphan: .. title:: KOBJECT_TEXT_AREA .. option:: CONFIG_KOBJECT_TEXT_AREA *Size if kobject text area* Type: ``int`` Help ==== Size of kernel object text area. Used in linker script. Direct dependencies =================== \ :option:`ARCH_HAS_USERSPACE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 512 if \ :option:`COVERAGE_GCOV ` - 512 if \ :option:`NO_OPTIMIZATIONS ` - 512 if \ :option:`STACK_CANARIES ` && \ :option:`RISCV ` - 256 Kconfig definition ================== .. highlight:: kconfig At ``arch/Kconfig:257`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` Menu path: (Top) → General Architecture Options .. parsed-literal:: config KOBJECT_TEXT_AREA int "Size if kobject text area" default 512 if \ :option:`COVERAGE_GCOV ` default 512 if \ :option:`NO_OPTIMIZATIONS ` default 512 if \ :option:`STACK_CANARIES ` && \ :option:`RISCV ` default 256 depends on \ :option:`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.)*