doc: fix blank line and unindent error in FAULT_DUMP option
Change-Id: I5fe38a03c0c16f89e5f456a62eb38d058380d00c Signed-off-by: Javier B Perez <javier.b.perez.hernandez@intel.com>
This commit is contained in:
parent
333f2c9bc1
commit
587e5a5198
1 changed files with 8 additions and 6 deletions
|
@ -135,13 +135,15 @@ config FAULT_DUMP
|
||||||
default 2
|
default 2
|
||||||
range 0 2
|
range 0 2
|
||||||
help
|
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
|
2: The default. Display specific and verbose information. Consumes
|
||||||
the most memory (long strings).
|
the most memory (long strings).
|
||||||
1: Display general and short information. Consumes less memory
|
|
||||||
(short strings).
|
1: Display general and short information. Consumes less memory
|
||||||
0: Off.
|
(short strings).
|
||||||
|
|
||||||
|
0: Off.
|
||||||
|
|
||||||
config IRQ_OFFLOAD
|
config IRQ_OFFLOAD
|
||||||
bool "Enable IRQ offload"
|
bool "Enable IRQ offload"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue