arch: & kernel: Updated Kconfigs to remove errors in html generation

This patch updates some help sections to remove the "ERROR:
Unexpected indentation" messages during hmtl documentation
generation.

Change-Id: Idcdc17727b921b6145f9eb28d85975ceca273ce2
Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
This commit is contained in:
Yannis Damigos 2016-03-04 10:54:01 +02:00 committed by Gerrit Code Review
commit baddeadda1
4 changed files with 8 additions and 2 deletions

View file

@ -97,6 +97,7 @@ config NUM_REGULAR_IRQ_PRIO_LEVELS
This represents the number of Regular Interrupt priorities, which This represents the number of Regular Interrupt priorities, which
does NOT include the Fast (FIRQ) priority. does NOT include the Fast (FIRQ) priority.
The Regular Interrupt priorities available will be The Regular Interrupt priorities available will be
(NUM_IRQ_PRIO_LEVELS - NUM_REGULAR_IRQ_PRIO_LEVELS) to (NUM_IRQ_PRIO_LEVELS - NUM_REGULAR_IRQ_PRIO_LEVELS) to
(NUM_REGULAR_IRQ_PRIO_LEVELS - 1). (NUM_REGULAR_IRQ_PRIO_LEVELS - 1).
@ -157,6 +158,7 @@ config NSIM
default n default n
help help
For running on nSIM simulator. For running on nSIM simulator.
a) Uses non-XIP to run in RAM. a) Uses non-XIP to run in RAM.
b) Linked at address 0x4000 with 0x4000 of RAM so that it works with b) Linked at address 0x4000 with 0x4000 of RAM so that it works with
a pc_size of 16 (default). a pc_size of 16 (default).
@ -220,10 +222,11 @@ config IRQ_VECTOR_TABLE_CUSTOM
the least overhead when handling an interrupt. the least overhead when handling an interrupt.
Downsides: Downsides:
- ISRs cannot have a parameter - ISRs cannot have a parameter
- ISRs cannot be connected at runtime - ISRs cannot be connected at runtime
- ISRs must notify the kernel manually by invoking _ExcExit() when - ISRs must notify the kernel manually by invoking _ExcExit() when
then are about to return. then are about to return.
config IRQ_VECTOR_TABLE_BSP config IRQ_VECTOR_TABLE_BSP
bool bool

View file

@ -186,10 +186,11 @@ config IRQ_VECTOR_TABLE_CUSTOM
the least overhead when handling an interrupt. the least overhead when handling an interrupt.
Downsides: Downsides:
- ISRs cannot have a parameter - ISRs cannot have a parameter
- ISRs cannot be connected at runtime - ISRs cannot be connected at runtime
- ISRs must notify the kernel manually by invoking _IntExit() when - ISRs must notify the kernel manually by invoking _IntExit() when
then are about to return. then are about to return.
config IRQ_VECTOR_TABLE_SOC config IRQ_VECTOR_TABLE_SOC
bool bool

View file

@ -153,6 +153,7 @@ config KERNEL_EVENT_LOGGER_SLEEP
help help
Enable low power condition event messages. These messages provide the Enable low power condition event messages. These messages provide the
following information: following information:
- When the CPU went to sleep mode. - When the CPU went to sleep mode.
- When the CPU woke up. - When the CPU woke up.
- The ID of the interrupt that woke the CPU up. - The ID of the interrupt that woke the CPU up.

View file

@ -163,6 +163,7 @@ config TASK_MONITOR_MASK
This option specifies which task execution activities are captured This option specifies which task execution activities are captured
in the task monitor's trace buffer. The following values can be in the task monitor's trace buffer. The following values can be
OR-ed together to form the mask: OR-ed together to form the mask:
1 (MON_TSWAP): task switch 1 (MON_TSWAP): task switch
2 (MON_STATE): task state change 2 (MON_STATE): task state change
4 (MON_KSERV): task execution of kernel APIs 4 (MON_KSERV): task execution of kernel APIs