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:
parent
eea8e697d2
commit
ee47f7fb7a
6 changed files with 8 additions and 8 deletions
|
@ -5,7 +5,7 @@ config UART_NATIVE_POSIX
|
||||||
help
|
help
|
||||||
This enables a UART driver for the POSIX ARCH. The driver can be configured
|
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
|
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
|
if UART_NATIVE_POSIX
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ config CPU_HAS_ARM_MPU
|
||||||
select CPU_HAS_MPU
|
select CPU_HAS_MPU
|
||||||
help
|
help
|
||||||
This option is enabled when the CPU has a Memory Protection Unit (MPU)
|
This option is enabled when the CPU has a Memory Protection Unit (MPU)
|
||||||
in ARM flavour.
|
in ARM flavor.
|
||||||
|
|
||||||
config CPU_HAS_NXP_MPU
|
config CPU_HAS_NXP_MPU
|
||||||
bool
|
bool
|
||||||
|
@ -12,7 +12,7 @@ config CPU_HAS_NXP_MPU
|
||||||
select CPU_HAS_MPU
|
select CPU_HAS_MPU
|
||||||
help
|
help
|
||||||
This option is enabled when the CPU has a Memory Protection Unit (MPU)
|
This option is enabled when the CPU has a Memory Protection Unit (MPU)
|
||||||
in NXP flavour.
|
in NXP flavor.
|
||||||
|
|
||||||
config CPU_HAS_ARM_SAU
|
config CPU_HAS_ARM_SAU
|
||||||
bool
|
bool
|
||||||
|
|
|
@ -12,7 +12,7 @@ config BT_HCI_VS
|
||||||
bool "Zephyr HCI Vendor-Specific Commands"
|
bool "Zephyr HCI Vendor-Specific Commands"
|
||||||
default y
|
default y
|
||||||
help
|
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,
|
Host and/or Controller. This enables Set Version Information,
|
||||||
Supported Commands, Supported Features vendor commands.
|
Supported Commands, Supported Features vendor commands.
|
||||||
|
|
||||||
|
|
|
@ -364,9 +364,9 @@ config BT_GAP_PERIPHERAL_PREF_PARAMS
|
||||||
default y
|
default y
|
||||||
depends on BT_PERIPHERAL
|
depends on BT_PERIPHERAL
|
||||||
help
|
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
|
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
|
recommended 5 seconds of connection as peripheral. If disabled it is
|
||||||
up to application to set expected connection parameters.
|
up to application to set expected connection parameters.
|
||||||
|
|
||||||
|
|
|
@ -309,7 +309,7 @@ config LOG_BACKEND_RTT
|
||||||
if LOG_BACKEND_RTT
|
if LOG_BACKEND_RTT
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Logger behaviour"
|
prompt "Logger behavior"
|
||||||
default LOG_BACKEND_RTT_MODE_BLOCK
|
default LOG_BACKEND_RTT_MODE_BLOCK
|
||||||
|
|
||||||
config LOG_BACKEND_RTT_MODE_DROP
|
config LOG_BACKEND_RTT_MODE_DROP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue