From 587e5a51980ae91c91d3b6a68db548f7ebe7a42a Mon Sep 17 00:00:00 2001 From: Javier B Perez Date: Tue, 21 Jun 2016 14:34:38 -0500 Subject: [PATCH] doc: fix blank line and unindent error in FAULT_DUMP option Change-Id: I5fe38a03c0c16f89e5f456a62eb38d058380d00c Signed-off-by: Javier B Perez --- arch/arc/Kconfig | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index 4f5598c2040..3d1556afa2e 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -135,13 +135,15 @@ config FAULT_DUMP default 2 range 0 2 help - Different levels for display information when a fault occurs. + 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. + 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 IRQ_OFFLOAD bool "Enable IRQ offload"