Kconfig 220 B

12345678910
  1. # Copyright (c) 2020 Intel Corporation.
  2. # SPDX-License-Identifier: Apache-2.0
  3. config DEBUG_RAMDUMP
  4. bool
  5. prompt "Dump ram to flash"
  6. default n
  7. select EXTRA_EXCEPTION_INFO
  8. help
  9. This option enable ram dump support.