kconfig: fix help text indentation
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
94066e0f15
commit
7ae749828f
3 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue