summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.panic
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig.panic')
-rw-r--r--zephyr/Kconfig.panic8
1 files changed, 0 insertions, 8 deletions
diff --git a/zephyr/Kconfig.panic b/zephyr/Kconfig.panic
index 4bffa64b39..c402fc1e70 100644
--- a/zephyr/Kconfig.panic
+++ b/zephyr/Kconfig.panic
@@ -2,14 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-config PLATFORM_EC_PRESERVED_END_OF_RAM_SIZE
- int "Size of preserved ram for panic and jump data"
- default 1024
- help
- Size of preserved non-initialized memory at end of ram for panic and
- jump data. The linker will ensure at least this much space is
- unallocated.
-
if PLATFORM_EC_PANIC
config PLATFORM_EC_SOFTWARE_PANIC