diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 33bc56cf60d7..b01e547d4d04 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -198,6 +198,7 @@ config FRAME_WARN | |||
198 | int "Warn for stack frames larger than (needs gcc 4.4)" | 198 | int "Warn for stack frames larger than (needs gcc 4.4)" |
199 | range 0 8192 | 199 | range 0 8192 |
200 | default 0 if KASAN | 200 | default 0 if KASAN |
201 | default 2048 if GCC_PLUGIN_LATENT_ENTROPY | ||
201 | default 1024 if !64BIT | 202 | default 1024 if !64BIT |
202 | default 2048 if 64BIT | 203 | default 2048 if 64BIT |
203 | help | 204 | help |