-
CONFIG_CUSTOM_RWDATA_LD
¶
(DEPRECATED) Include custom-rwdata.ld
Type: bool
Help¶
Note: This is deprecated, use Cmake function zephyr_linker_sources() instead. Include a customized linker script fragment for inserting additional data and linker directives into the data section.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At Kconfig.zephyr:173
Included via Kconfig:8
Menu path: (Top) → Build and Link Features → Linker Options
config CUSTOM_RWDATA_LD
bool "(DEPRECATED) Include custom-rwdata.ld"
help
Note: This is deprecated, use Cmake function zephyr_linker_sources() instead.
Include a customized linker script fragment for inserting additional
data and linker directives into the data section.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)