Generate address range information for builtin modules

configname: CONFIG_BUILTIN_MODULE_RANGES

Linux Kernel Configuration
└─>Kernel hacking
└─>Compile-time checks and compiler options
└─>Generate address range information for builtin modules
In linux kernel since version 6.1.112 (release Date: 2024-09-30)  
When modules are built into the kernel, there will be no module name
associated with its symbols in /proc/kallsyms. Tracers may want to
identify symbols by module name and symbol name regardless of whether
the module is configured as loadable or not.

This option generates modules.builtin.ranges in the build tree with
offset ranges (per ELF section) for the module(s) they belong to.
It also records an anchor symbol to determine the load address of the
section.