From 1c29bff05569945b9ad3415631f82cf16d0c5368 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 28 Aug 2018 09:43:47 -0700 Subject: [PATCH] doc: fix kconfig misspellings Fix misspellings in kconfig files missed during regular reviews Signed-off-by: David B. Kinder --- arch/arm/core/Kconfig | 2 +- kernel/Kconfig.power_mgmt | 2 +- subsys/bluetooth/host/Kconfig | 2 +- subsys/net/l2/openthread/Kconfig | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/core/Kconfig b/arch/arm/core/Kconfig index f008cf396f3..e4fab5c64af 100644 --- a/arch/arm/core/Kconfig +++ b/arch/arm/core/Kconfig @@ -120,7 +120,7 @@ config ARM_NSC_REGION_BASE_ADDRESS - Certain requirements/restrictions may apply regarding the size and the alignment of the starting address for a Non-Secure Callable section, depending on the available - security atttribution unit (SAU or IDAU) for a given SOC. + security attribution unit (SAU or IDAU) for a given SOC. config ARM_ENTRY_VENEERS_LIB_NAME string "Entry Veneers symbol file" diff --git a/kernel/Kconfig.power_mgmt b/kernel/Kconfig.power_mgmt index 8e6c15e5483..3f0cf0a7512 100644 --- a/kernel/Kconfig.power_mgmt +++ b/kernel/Kconfig.power_mgmt @@ -25,7 +25,7 @@ config PM_CONTROL_APP bool prompt "Handled at Application level" help - This option enbles the Application to handle all the Power + This option enables the Application to handle all the Power Management flows for the platform. config PM_CONTROL_OS diff --git a/subsys/bluetooth/host/Kconfig b/subsys/bluetooth/host/Kconfig index d19e9cc9c04..f804bf3c571 100644 --- a/subsys/bluetooth/host/Kconfig +++ b/subsys/bluetooth/host/Kconfig @@ -250,7 +250,7 @@ config BT_AUTO_PHY_UPDATE Disable this if you want PHY Update Procedure feature supported but want to rely on remote device to initiate the procedure at its - descretion. + discretion. config BT_SMP bool "Security Manager Protocol support" diff --git a/subsys/net/l2/openthread/Kconfig b/subsys/net/l2/openthread/Kconfig index 0459f9174a5..32db950f9ce 100644 --- a/subsys/net/l2/openthread/Kconfig +++ b/subsys/net/l2/openthread/Kconfig @@ -127,7 +127,7 @@ config OPENTHREAD_NETWORK_NAME string "Default network name" default "ot_zephyr" help - Network name for Openthread + Network name for OpenThread config OPENTHREAD_XPANID string "Default Extended PAN ID"