When KERNEL_SLUB_DEBUG is enabled, build fails due to the
KERNEL_STACKDEPOT_MAX_FRAMES missing. Add it.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Link: https://github.com/openwrt/openwrt/pull/18676
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
select KERNEL_SLUB_DEBUG_ON
bool "Enable /proc slab debug info"
+config KERNEL_STACKDEPOT_MAX_FRAMES
+ int
+ default 64
+ depends on KERNEL_SLUB_DEBUG
+
config KERNEL_PROC_PAGE_MONITOR
bool "Enable /proc page monitoring"