CONFIG_KOBJECT_RODATA_AREA_EXTRA_BYTES¶
Reserve extra bytes for kobject rodata area
Type: int
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.
Default¶
- 16 
Kconfig definition¶
At <Zephyr Architecture>/Kconfig:299
Included via Kconfig:8 → Kconfig.zephyr:39
Menu path: (Top) → General Architecture Options
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.)