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"
|
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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue