diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 33bc56cf60d71fc81f5f5981100406e1c7a91b10..b01e547d4d04475e19590aad8f16c403076f7eb6 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -198,6 +198,7 @@ config FRAME_WARN int "Warn for stack frames larger than (needs gcc 4.4)" range 0 8192 default 0 if KASAN + default 2048 if GCC_PLUGIN_LATENT_ENTROPY default 1024 if !64BIT default 2048 if 64BIT help