kconfig: fix help text indentation

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2018-01-06 07:41:34 -05:00 committed by Anas Nashif
commit 7ae749828f
3 changed files with 10 additions and 10 deletions

View file

@ -94,11 +94,11 @@ config ARC_FIRQ
prompt "FIRQ enable"
default y
help
Fast interrupts are supported (FIRQ). If FIRQ enabled, for interrupts
with highest priority, status32 and pc will be saved in aux regs,
other regs will be saved according to the number of register bank;
If FIRQ is disabled, the handle of interrupts with highest priority
will be same with other interrupts.
Fast interrupts are supported (FIRQ). If FIRQ enabled, for interrupts
with highest priority, status32 and pc will be saved in aux regs,
other regs will be saved according to the number of register bank;
If FIRQ is disabled, the handle of interrupts with highest priority
will be same with other interrupts.
config ARC_STACK_CHECKING
bool
@ -154,7 +154,7 @@ config ARC_HAS_SECURE
# a hidden option
default n
help
This opiton is enabled when ARC core supports secure mode
This opiton is enabled when ARC core supports secure mode
menu "ARC MPU Options"
depends on CPU_HAS_MPU

View file

@ -181,8 +181,8 @@ config NATIVE_POSIX_TIMER
default y
depends on BOARD_NATIVE_POSIX
help
This module implements a kernel device driver for the native_posix HW timer
model
This module implements a kernel device driver for the native_posix HW timer
model
config XTENSA_TIMER
bool "Xtensa timer support"

View file

@ -24,5 +24,5 @@ config HAS_DTS_I2C_DEVICE
default n
depends on HAS_DTS_I2C
help
This option specifies that the target platform supports device tree
configuration for sensors.
This option specifies that the target platform supports device tree
configuration for sensors.