CONFIG_LINUX_CLI_LEVEL is not available for thedefaultarchitecture x86.
Result is shown for architecture mn10300
default or selected kernelversion does not have config value CONFIG_LINUX_CLI_LEVEL.
Result is shown for kernelversion 6.7-rc3

The highest interrupt priority excluded by local_irq_disable() (2-6)

configname: CONFIG_LINUX_CLI_LEVEL

Linux Kernel Configuration
└─>Panasonic MN10300 system setup
└─>Interrupt request priority options
└─>The highest interrupt priority excluded by local_irq_disable() (2-6)
In linux kernel since version 2.6.37 (release Date: 2011-01-04)  
local_irq_disable() doesn't actually disable maskable interrupts -
what it does is restrict the levels of interrupt which are permitted
(a lower level indicates a higher priority) by lowering the value in
EPSW.IM from 7. Any interrupt is permitted for which the level is
lower than EPSW.IM.

Certain interrupts, such as DEBUGGER and virtual MN10300 on-chip
serial DMA interrupts are allowed to interrupt normal disabled
sections.