:orphan: .. title:: KOBJECT_RODATA_AREA_EXTRA_BYTES .. option:: CONFIG_KOBJECT_RODATA_AREA_EXTRA_BYTES *Reserve extra bytes for kobject rodata area* Type: ``int`` Help ==== .. code-block:: none Reserve a few more bytes for the RODATA region for kobject metadata. This is to account for the uncertainty of tables generated by gperf. Direct dependencies =================== \ :option:`ARCH_HAS_USERSPACE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 16 Kconfig definition ================== At ``/Kconfig:299`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` Menu path: (Top) → General Architecture Options .. code-block:: kconfig config KOBJECT_RODATA_AREA_EXTRA_BYTES int "Reserve extra bytes for kobject rodata area" default 16 depends on ARCH_HAS_USERSPACE help Reserve a few more bytes for the RODATA region for kobject metadata. This is to account for the uncertainty of tables generated by gperf. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*