From 66999d04d8d67d20558de5ca3d3e59ea6e20b5b2 Mon Sep 17 00:00:00 2001 From: Inaky Perez-Gonzalez Date: Tue, 14 Jun 2016 16:26:40 -0700 Subject: [PATCH] doc: add empty lines in enumeration for ReST to be happy The ReST parser dislikes enumerations with no empty lines in between. Whatever. Change-Id: I480c08fe5b69f0d0f3ebfacdc64fc9e3ec94da21 Signed-off-by: Inaky Perez-Gonzalez --- arch/arm/core/cortex_m/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/core/cortex_m/Kconfig b/arch/arm/core/cortex_m/Kconfig index 1c2062409d7..0c59648adcc 100644 --- a/arch/arm/core/cortex_m/Kconfig +++ b/arch/arm/core/cortex_m/Kconfig @@ -119,8 +119,10 @@ config FAULT_DUMP 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. config XIP