summaryrefslogtreecommitdiff
path: root/subsys
diff options
context:
space:
mode:
authorDavid B. Kinder <david.b.kinder@intel.com>2017-04-21 10:55:27 -0700
committerAnas Nashif <nashif@linux.intel.com>2017-04-22 01:04:56 +0000
commit61de8f892bd76cf6bde2ae85cf2d0c98778d0fb6 (patch)
treea182c1e217a27bfafc8e89207b265034fb03db6a /subsys
parent93e4d7258dfc7199fbecedbf99c26707eaf34632 (diff)
spell: Kconfig help typos: /kernel /misc /subsys
Fix misspellings in Kconfig help text Change-Id: I6eda081c7b6f38287ace8c0a741e65df92d6817b Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
Diffstat (limited to 'subsys')
-rw-r--r--subsys/bluetooth/controller/Kconfig2
-rw-r--r--subsys/bluetooth/host/Kconfig2
-rw-r--r--subsys/logging/Kconfig12
-rw-r--r--subsys/net/Kconfig6
-rw-r--r--subsys/net/ip/Kconfig.app2
-rw-r--r--subsys/net/ip/Kconfig.debug8
-rw-r--r--subsys/net/ip/Kconfig.ipv66
-rw-r--r--subsys/net/ip/l2/Kconfig4
-rw-r--r--subsys/net/ip/l2/ieee802154/Kconfig2
-rw-r--r--subsys/usb/Kconfig6
-rw-r--r--subsys/usb/class/Kconfig12
11 files changed, 31 insertions, 31 deletions
diff --git a/subsys/bluetooth/controller/Kconfig b/subsys/bluetooth/controller/Kconfig
index b46987449..44fa3ad27 100644
--- a/subsys/bluetooth/controller/Kconfig
+++ b/subsys/bluetooth/controller/Kconfig
@@ -24,7 +24,7 @@ choice
config BLUETOOTH_LL_SW
bool "Use the software-based BLE Link Layer"
help
- Use Zephyr's software BLE Link Layer implementation.
+ Use Zephyr software BLE Link Layer implementation.
endchoice
diff --git a/subsys/bluetooth/host/Kconfig b/subsys/bluetooth/host/Kconfig
index a85657786..2a821876d 100644
--- a/subsys/bluetooth/host/Kconfig
+++ b/subsys/bluetooth/host/Kconfig
@@ -417,7 +417,7 @@ config BLUETOOTH_SMP_FORCE_BREDR
depends on BLUETOOTH_DEBUG_SMP
help
This option enables SMP over BR/EDR even if controller is not
- supporting BR/EDR Secure Connections. This optino is solely for
+ supporting BR/EDR Secure Connections. This option is solely for
testing and should never be enabled on production devices.
config BLUETOOTH_DEBUG_ATT
diff --git a/subsys/logging/Kconfig b/subsys/logging/Kconfig
index 7f8a7ede4..593a9920f 100644
--- a/subsys/logging/Kconfig
+++ b/subsys/logging/Kconfig
@@ -43,9 +43,9 @@ config SYS_LOG_DEFAULT_LEVEL
Levels are:
0 OFF, do not write by default
1 ERROR, default to only write SYS_LOG_ERR
- 2 WARNING, default to write SYS_LOG_WRN in adition to previous level
- 3 INFO, default to write SYS_LOG_INF in adition to previous levels
- 4 DEBUG, default to write SYS_LOG_DBG in adition to previous levels
+ 2 WARNING, default to write SYS_LOG_WRN in addition to previous level
+ 3 INFO, default to write SYS_LOG_INF in addition to previous levels
+ 4 DEBUG, default to write SYS_LOG_DBG in addition to previous levels
config SYS_LOG_OVERRIDE_LEVEL
int
@@ -61,9 +61,9 @@ config SYS_LOG_OVERRIDE_LEVEL
Levels are:
0 OFF, do not override
1 ERROR, override to write SYS_LOG_ERR
- 2 WARNING, override to write SYS_LOG_WRN in adition to previous level
- 3 INFO, override to write SYS_LOG_INF in adition to previous levels
- 4 DEBUG, override to write SYS_LOG_DBG in adition to previous levels
+ 2 WARNING, override to write SYS_LOG_WRN in addition to previous level
+ 3 INFO, override to write SYS_LOG_INF in addition to previous levels
+ 4 DEBUG, override to write SYS_LOG_DBG in addition to previous levels
config SYS_LOG_EXT_HOOK
bool
diff --git a/subsys/net/Kconfig b/subsys/net/Kconfig
index f605512f8..4409951f3 100644
--- a/subsys/net/Kconfig
+++ b/subsys/net/Kconfig
@@ -35,9 +35,9 @@ config SYS_LOG_NET_BUF_LEVEL
Levels are:
0 OFF, do not write
1 ERROR, only write SYS_LOG_ERR
- 2 WARNING, write SYS_LOG_WRN in adition to previous level
- 3 INFO, write SYS_LOG_INF in adition to previous levels
- 4 DEBUG, write SYS_LOG_DBG in adition to previous levels
+ 2 WARNING, write SYS_LOG_WRN in addition to previous level
+ 3 INFO, write SYS_LOG_INF in addition to previous levels
+ 4 DEBUG, write SYS_LOG_DBG in addition to previous levels
config NET_BUF_WARN_ALLOC_INTERVAL
int
diff --git a/subsys/net/ip/Kconfig.app b/subsys/net/ip/Kconfig.app
index 01ee13f65..99092f358 100644
--- a/subsys/net/ip/Kconfig.app
+++ b/subsys/net/ip/Kconfig.app
@@ -73,7 +73,7 @@ config NET_APP_IEEE802154_RADIO_TX_POWER
int "IEEE 802.15.4 TX power in dbm"
default 0
help
- The tx power to use by defaulte in the sample application.
+ The TX power to use by default in the sample application.
See NET_L2_IEEE802154_RADIO_DFLT_TX_POWER for more info.
config NET_APP_IEEE802154_SECURITY_KEY
diff --git a/subsys/net/ip/Kconfig.debug b/subsys/net/ip/Kconfig.debug
index c3ede5900..982a78993 100644
--- a/subsys/net/ip/Kconfig.debug
+++ b/subsys/net/ip/Kconfig.debug
@@ -27,9 +27,9 @@ config SYS_LOG_NET_LEVEL
Levels are:
0 OFF, do not write
1 ERROR, only write SYS_LOG_ERR
- 2 WARNING, write SYS_LOG_WRN in adition to previous level
- 3 INFO, write SYS_LOG_INF in adition to previous levels
- 4 DEBUG, write SYS_LOG_DBG in adition to previous levels
+ 2 WARNING, write SYS_LOG_WRN in addition to previous level
+ 3 INFO, write SYS_LOG_INF in addition to previous levels
+ 4 DEBUG, write SYS_LOG_DBG in addition to previous levels
config NET_LOG_GLOBAL
bool "Enable global network stack logging"
@@ -97,7 +97,7 @@ config NET_DEBUG_NET_PKT_EXTERNALS
default 0
depends on NET_DEBUG_NET_PKT
help
- How many external net_pkt's are there in user specic pools.
+ How many external net_pkt objects are there in user specific pools.
This value is used when allocating space for tracking the
memory allocations.
diff --git a/subsys/net/ip/Kconfig.ipv6 b/subsys/net/ip/Kconfig.ipv6
index 45c6da434..a9298a18b 100644
--- a/subsys/net/ip/Kconfig.ipv6
+++ b/subsys/net/ip/Kconfig.ipv6
@@ -131,7 +131,7 @@ config NET_MAX_6LO_CONTEXTS
range 1 16
help
6lowpan context options table size. The value depends on your
- network and memory connsuption. More size occupies more memory.
+ network and memory consumption. More 6CO options uses more memory.
config NET_DEBUG_6LO
bool "Enable 6lowpan debug"
@@ -152,10 +152,10 @@ config NET_DEBUG_ICMPV6
Enables ICMPv6 code part to output debug messages
config NET_DEBUG_IPV6_NBR_CACHE
- bool "Debug IPv6 neighbour cache"
+ bool "Debug IPv6 neighbor cache"
default n
help
- Enables Neighbour Cache code part to output debug messages
+ Enables Neighbor Cache code to output debug messages
endif # NET_LOG
diff --git a/subsys/net/ip/l2/Kconfig b/subsys/net/ip/l2/Kconfig
index 519af9d80..bfbf7f834 100644
--- a/subsys/net/ip/l2/Kconfig
+++ b/subsys/net/ip/l2/Kconfig
@@ -15,12 +15,12 @@ config NET_L2_DUMMY
TUN mode.
config NET_L2_ETHERNET
- bool "Enable ethernet support"
+ bool "Enable Ethernet support"
default n
help
Add support for Ethernet, enabling selecting relevant hardware drivers.
If SLIP_TAP is selected, NET_L2_ETHERNET will enable to fully simulate
- ethernet through SLIP.
+ Ethernet through SLIP.
config NET_DEBUG_L2_ETHERNET
bool "Debug Ethernet L2 layer"
diff --git a/subsys/net/ip/l2/ieee802154/Kconfig b/subsys/net/ip/l2/ieee802154/Kconfig
index df230f2c5..4880ba545 100644
--- a/subsys/net/ip/l2/ieee802154/Kconfig
+++ b/subsys/net/ip/l2/ieee802154/Kconfig
@@ -73,7 +73,7 @@ config NET_L2_IEEE802154_FRAGMENT_REASS_CACHE_SIZE
depends on NET_L2_IEEE802154_FRAGMENT
default 1
help
- Simultaneoulsy reassemble 802.15.4 fragments depending on
+ Simultaneously reassemble 802.15.4 fragments depending on
cache size.
config NET_L2_IEEE802154_REASSEMBLY_TIMEOUT
diff --git a/subsys/usb/Kconfig b/subsys/usb/Kconfig
index 43565cb1e..f33f2e7a0 100644
--- a/subsys/usb/Kconfig
+++ b/subsys/usb/Kconfig
@@ -29,11 +29,11 @@ config SYS_LOG_USB_LEVEL
- 1 ERROR, only write SYS_LOG_ERR
- - 2 WARNING, write SYS_LOG_WRN in adition to previous level
+ - 2 WARNING, write SYS_LOG_WRN in addition to previous level
- - 3 INFO, write SYS_LOG_INF in adition to previous levels
+ - 3 INFO, write SYS_LOG_INF in addition to previous levels
- - 4 DEBUG, write SYS_LOG_DBG in adition to previous levels
+ - 4 DEBUG, write SYS_LOG_DBG in addition to previous levels
source "subsys/usb/class/Kconfig"
diff --git a/subsys/usb/class/Kconfig b/subsys/usb/class/Kconfig
index 62c22d80d..40ba58b86 100644
--- a/subsys/usb/class/Kconfig
+++ b/subsys/usb/class/Kconfig
@@ -36,11 +36,11 @@ config SYS_LOG_USB_CDC_ACM_LEVEL
- 1 ERROR, only write SYS_LOG_ERR
- - 2 WARNING, write SYS_LOG_WRN in adition to previous level
+ - 2 WARNING, write SYS_LOG_WRN in addition to previous level
- - 3 INFO, write SYS_LOG_INF in adition to previous levels
+ - 3 INFO, write SYS_LOG_INF in addition to previous levels
- - 4 DEBUG, write SYS_LOG_DBG in adition to previous levels
+ - 4 DEBUG, write SYS_LOG_DBG in addition to previous levels
config USB_MASS_STORAGE
bool
@@ -64,10 +64,10 @@ config SYS_LOG_USB_MASS_STORAGE_LEVEL
- 1 ERROR, only write SYS_LOG_ERR
- - 2 WARNING, write SYS_LOG_WRN in adition to previous level
+ - 2 WARNING, write SYS_LOG_WRN in addition to previous level
- - 3 INFO, write SYS_LOG_INF in adition to previous levels
+ - 3 INFO, write SYS_LOG_INF in addition to previous levels
- - 4 DEBUG, write SYS_LOG_DBG in adition to previous levels
+ - 4 DEBUG, write SYS_LOG_DBG in addition to previous levels
endif # CONFIG_USB_DEVICE_STACK