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

@ -186,10 +186,11 @@ config IRQ_VECTOR_TABLE_CUSTOM
the least overhead when handling an interrupt.
Downsides:
- ISRs cannot have a parameter
- ISRs cannot be connected at runtime
- 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
bool