:orphan: .. title:: CONFIG_FAULT_DUMP .. kconfig:: CONFIG_FAULT_DUMP CONFIG_FAULT_DUMP ################# *Fault dump level* *Fault dump level* Type: ``int`` Help ==== .. code-block:: none Different levels for display information when a fault occurs. 2: The default. Display specific and verbose information. Consumes the most memory (long strings). 1: Display general and short information. Consumes less memory (short strings). 0: Off. Help ==== .. code-block:: none Different levels for display information when a fault occurs. 2: The default. Display specific and verbose information. Consumes the most memory (long strings). 1: Display general and short information. Consumes less memory (short strings). 0: Off. Direct dependencies =================== \ :kconfig:`ARC ` || \ :kconfig:`ARM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 2 - 2 Kconfig definitions =================== At ``/arc/Kconfig:231`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → ARC Options → ARC CPU Options .. code-block:: kconfig config FAULT_DUMP int "Fault dump level" range 0 2 default 2 depends on ARC help Different levels for display information when a fault occurs. 2: The default. Display specific and verbose information. Consumes the most memory (long strings). 1: Display general and short information. Consumes less memory (short strings). 0: Off. ---- At ``/arm/core/aarch32/Kconfig:140`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` → ``/arm/Kconfig:57`` Menu path: (Top) → ARM Options .. code-block:: kconfig config FAULT_DUMP int "Fault dump level" range 0 2 default 2 depends on ARM help Different levels for display information when a fault occurs. 2: The default. Display specific and verbose information. Consumes the most memory (long strings). 1: Display general and short information. Consumes less memory (short strings). 0: Off. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*