:orphan: .. title:: CONFIG_KOBJECT_RODATA_AREA_EXTRA_BYTES .. kconfig:: CONFIG_KOBJECT_RODATA_AREA_EXTRA_BYTES 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 =================== \ :kconfig:`ARCH_HAS_USERSPACE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 16 Kconfig definition ================== At ``/Kconfig:299`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` 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.)*