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

View file

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

View file

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