diff --git a/drivers/gpio/Kconfig.intel b/drivers/gpio/Kconfig.intel index 2147404745f..7efd130c29f 100644 --- a/drivers/gpio/Kconfig.intel +++ b/drivers/gpio/Kconfig.intel @@ -26,4 +26,4 @@ config GPIO_INTEL_APL_CHECK_PERMS Say y if unsure. -endif # GPIO_INTEL_APL \ No newline at end of file +endif # GPIO_INTEL_APL diff --git a/drivers/serial/Kconfig.native_posix b/drivers/serial/Kconfig.native_posix index 4f73612481d..eefbaa15af0 100644 --- a/drivers/serial/Kconfig.native_posix +++ b/drivers/serial/Kconfig.native_posix @@ -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 diff --git a/soc/arm/Kconfig b/soc/arm/Kconfig index c4918427495..b58a340124f 100644 --- a/soc/arm/Kconfig +++ b/soc/arm/Kconfig @@ -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 diff --git a/subsys/bluetooth/common/Kconfig b/subsys/bluetooth/common/Kconfig index 746ce93be38..dc924edf1b1 100644 --- a/subsys/bluetooth/common/Kconfig +++ b/subsys/bluetooth/common/Kconfig @@ -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. diff --git a/subsys/bluetooth/host/Kconfig b/subsys/bluetooth/host/Kconfig index 7869f599ebd..9db0e1871a1 100644 --- a/subsys/bluetooth/host/Kconfig +++ b/subsys/bluetooth/host/Kconfig @@ -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. diff --git a/subsys/logging/Kconfig b/subsys/logging/Kconfig index 7c27b22e438..045acb4b530 100644 --- a/subsys/logging/Kconfig +++ b/subsys/logging/Kconfig @@ -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