diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index f8255ce112c..66b5948d8b3 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -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 diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig index 2b2b2e1c725..190c1e98342 100644 --- a/drivers/timer/Kconfig +++ b/drivers/timer/Kconfig @@ -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" diff --git a/dts/Kconfig b/dts/Kconfig index 4843167ff94..b9cad7f5e83 100644 --- a/dts/Kconfig +++ b/dts/Kconfig @@ -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.