doc: fix kconfig misspellings

Fix misspellings in Kconfig files that show up in the configuration
documentation (and make menuconfig screens).

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2018-11-02 12:09:45 -07:00 committed by Anas Nashif
commit ee47f7fb7a
6 changed files with 8 additions and 8 deletions

View file

@ -26,4 +26,4 @@ config GPIO_INTEL_APL_CHECK_PERMS
Say y if unsure.
endif # GPIO_INTEL_APL
endif # GPIO_INTEL_APL

View file

@ -5,7 +5,7 @@ config UART_NATIVE_POSIX
help
This enables a UART driver for the POSIX ARCH. The driver can be configured
to either connect to the terminal from which native_posix was run, or into
one decicated pseudoterminal for this UART.
one dedicated pseudoterminal for this UART.
if UART_NATIVE_POSIX

View file

@ -4,7 +4,7 @@ config CPU_HAS_ARM_MPU
select CPU_HAS_MPU
help
This option is enabled when the CPU has a Memory Protection Unit (MPU)
in ARM flavour.
in ARM flavor.
config CPU_HAS_NXP_MPU
bool
@ -12,7 +12,7 @@ config CPU_HAS_NXP_MPU
select CPU_HAS_MPU
help
This option is enabled when the CPU has a Memory Protection Unit (MPU)
in NXP flavour.
in NXP flavor.
config CPU_HAS_ARM_SAU
bool

View file

@ -12,7 +12,7 @@ config BT_HCI_VS
bool "Zephyr HCI Vendor-Specific Commands"
default y
help
Enable support for the Zephyr HCI Vendor-Specific Commmands in the
Enable support for the Zephyr HCI Vendor-Specific Commands in the
Host and/or Controller. This enables Set Version Information,
Supported Commands, Supported Features vendor commands.

View file

@ -364,9 +364,9 @@ config BT_GAP_PERIPHERAL_PREF_PARAMS
default y
depends on BT_PERIPHERAL
help
This allows to configure periphral preferred connection parameters.
This allows to configure peripheral preferred connection parameters.
Enabling this option results in adding PPCP characteristic in GAP
and sending request for connection parameters udpate after GAP
and sending request for connection parameters update after GAP
recommended 5 seconds of connection as peripheral. If disabled it is
up to application to set expected connection parameters.

View file

@ -309,7 +309,7 @@ config LOG_BACKEND_RTT
if LOG_BACKEND_RTT
choice
prompt "Logger behaviour"
prompt "Logger behavior"
default LOG_BACKEND_RTT_MODE_BLOCK
config LOG_BACKEND_RTT_MODE_DROP