default or selected kernelversion does not have config value CONFIG_MTD_UBI_BEB_RESERVE.
Result is shown for kernelversion 6.2.5

Percentage of reserved eraseblocks for bad eraseblocks handling

configname: CONFIG_MTD_UBI_BEB_RESERVE

Linux Kernel Configuration
└─>Device Drivers
└─>Memory Technology Device (MTD) support
└─>Enable UBI - Unsorted block images
└─>Percentage of reserved eraseblocks for bad eraseblocks handling
In linux kernel since version 2.6.24 (release Date: 2008-01-24)  
If the MTD device admits of bad eraseblocks (e.g. NAND flash), UBI
reserves some amount of physical eraseblocks to handle new bad
eraseblocks. For example, if a flash physical eraseblock becomes bad,
UBI uses these reserved physical eraseblocks to relocate the bad one.
This option specifies how many physical eraseblocks will be reserved
for bad eraseblock handling (percents of total number of good flash
eraseblocks). If the underlying flash does not admit of bad
eraseblocks (e.g. NOR flash), this value is ignored and nothing is
reserved. Leave the default value if unsure.