doc: spelling fixes in Kconfig files

regular spelling check on Kconfig.* files

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2017-06-12 15:48:38 -07:00 committed by Anas Nashif
parent 342bdda760
commit 9faa5f2033
7 changed files with 7 additions and 7 deletions

View file

@ -168,7 +168,7 @@ config CODE_DENSITY
bool
default n
help
Enbale code density option to get better code desntiy
Enable code density option to get better code density
menu "Floating Point Options"
depends on CPU_HAS_FPU

View file

@ -1,4 +1,4 @@
config BOARD_QEMU_CORTEX_M3
bool "Cortex-M3 Emulation (Qemu)"
bool "Cortex-M3 Emulation (QEMU)"
depends on SOC_TI_LM3S6965

View file

@ -1,4 +1,4 @@
config BOARD_MINNOWBOARD
bool "Minnowboard Max"
bool "MinnowBoard Max"
depends on SOC_ATOM

View file

@ -4,5 +4,5 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_QEMU_XTENSA
bool "Xtensa emulation using Qemu"
bool "Xtensa emulation using QEMU"
depends on SOC_XTENSA_SAMPLE_CONTROLLER

View file

@ -28,7 +28,7 @@ config GPIO_DW_INIT_PRIORITY
Device driver initialization priority.
config GPIO_DW_CLOCK_GATE
bool "Enable glock gating"
bool "Enable clock gating"
select CLOCK_CONTROL
default n

View file

@ -93,7 +93,7 @@ config TICKLESS_KERNEL_TIME_UNIT_IN_MICRO_SECS
depends on TICKLESS_KERNEL
help
This option makes the system clock and scheduling granularity.
The default will be one mili second. This option also determines
The default will be one millisecond. This option also determines
the time unit passed in functions like _sys_soc_suspend. The
value should be determined based what the timer hardware and driver
can support. Specifying too small a time unit than what the overall

View file

@ -157,7 +157,7 @@ config BLUETOOTH_CONTROLLER_DATA_LENGTH_CLEAR
bool "Data Length Support (Cleartext only)"
depends on BLUETOOTH_CONTROLLER_DATA_LENGTH && SOC_SERIES_NRF51X
help
Enable support for Bluetooh v4.2 LE Data Length Update procedure, upto
Enable support for Bluetooth v4.2 LE Data Length Update procedure, up to
251 byte cleartext payloads in the Controller. Encrypted connections
are not supported.