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>
This commit is contained in:
parent
93e4d7258d
commit
61de8f892b
13 changed files with 37 additions and 37 deletions
|
@ -111,7 +111,7 @@ config MAIN_STACK_SIZE
|
||||||
prompt "Size of stack for initialization and main thread"
|
prompt "Size of stack for initialization and main thread"
|
||||||
default 1024
|
default 1024
|
||||||
help
|
help
|
||||||
When the intitialization is complete, the thread executing it then
|
When the initialization is complete, the thread executing it then
|
||||||
executes the main() routine, so as to reuse the stack used by the
|
executes the main() routine, so as to reuse the stack used by the
|
||||||
initialization, which would be wasted RAM otherwise.
|
initialization, which would be wasted RAM otherwise.
|
||||||
|
|
||||||
|
@ -334,7 +334,7 @@ config MEM_POOL_SPLIT_BEFORE_DEFRAG
|
||||||
block if an unused block of the required size is not available; only
|
block if an unused block of the required size is not available; only
|
||||||
if no such blocks exist will the memory pool try merging smaller unused
|
if no such blocks exist will the memory pool try merging smaller unused
|
||||||
blocks. This policy attempts to limit the cost of performing automatic
|
blocks. This policy attempts to limit the cost of performing automatic
|
||||||
partial defragmention of the memory pool, at the cost of fragmenting
|
partial defragmentation of the memory pool, at the cost of fragmenting
|
||||||
the memory pool's larger blocks.
|
the memory pool's larger blocks.
|
||||||
|
|
||||||
config MEM_POOL_DEFRAG_BEFORE_SPLIT
|
config MEM_POOL_DEFRAG_BEFORE_SPLIT
|
||||||
|
@ -469,7 +469,7 @@ config KERNEL_INIT_PRIORITY_DEFAULT
|
||||||
prompt "Default init priority"
|
prompt "Default init priority"
|
||||||
default 40
|
default 40
|
||||||
help
|
help
|
||||||
Defaut minimal init priority for each init level.
|
Default minimal init priority for each init level.
|
||||||
|
|
||||||
config KERNEL_INIT_PRIORITY_DEVICE
|
config KERNEL_INIT_PRIORITY_DEVICE
|
||||||
int
|
int
|
||||||
|
|
|
@ -115,7 +115,7 @@ config COMPILER_OPT
|
||||||
This option is a free-form string that is passed to the compiler
|
This option is a free-form string that is passed to the compiler
|
||||||
when building all parts of a project (i.e. kernel).
|
when building all parts of a project (i.e. kernel).
|
||||||
The compiler options specified by this string supplement the
|
The compiler options specified by this string supplement the
|
||||||
pre-defined set of compiler supplied by the build system,
|
predefined set of compiler supplied by the build system,
|
||||||
and can be used to change compiler optimization, warning and error
|
and can be used to change compiler optimization, warning and error
|
||||||
messages, and so on.
|
messages, and so on.
|
||||||
|
|
||||||
|
@ -251,7 +251,7 @@ config OVERRIDE_FRAME_POINTER_DEFAULT
|
||||||
automatically but only if the architecture does not require if for
|
automatically but only if the architecture does not require if for
|
||||||
effective debugging.
|
effective debugging.
|
||||||
|
|
||||||
Choose Y is you want to override the default frame pointer behaviour
|
Choose Y if you want to override the default frame pointer behavior
|
||||||
of your compiler, otherwise choose N.
|
of your compiler, otherwise choose N.
|
||||||
|
|
||||||
config OMIT_FRAME_POINTER
|
config OMIT_FRAME_POINTER
|
||||||
|
@ -261,7 +261,7 @@ config OMIT_FRAME_POINTER
|
||||||
depends on OVERRIDE_FRAME_POINTER_DEFAULT
|
depends on OVERRIDE_FRAME_POINTER_DEFAULT
|
||||||
help
|
help
|
||||||
Choose Y for best performance. On some architectures (including x86)
|
Choose Y for best performance. On some architectures (including x86)
|
||||||
this will favour code size and performance over debugability.
|
this will favor code size and performance over debugability.
|
||||||
|
|
||||||
Choose N in you wish to retain the frame pointer. This option may
|
Choose N in you wish to retain the frame pointer. This option may
|
||||||
be useful if your application uses runtime backtracing and does not
|
be useful if your application uses runtime backtracing and does not
|
||||||
|
|
|
@ -24,7 +24,7 @@ choice
|
||||||
config BLUETOOTH_LL_SW
|
config BLUETOOTH_LL_SW
|
||||||
bool "Use the software-based BLE Link Layer"
|
bool "Use the software-based BLE Link Layer"
|
||||||
help
|
help
|
||||||
Use Zephyr's software BLE Link Layer implementation.
|
Use Zephyr software BLE Link Layer implementation.
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
|
@ -417,7 +417,7 @@ config BLUETOOTH_SMP_FORCE_BREDR
|
||||||
depends on BLUETOOTH_DEBUG_SMP
|
depends on BLUETOOTH_DEBUG_SMP
|
||||||
help
|
help
|
||||||
This option enables SMP over BR/EDR even if controller is not
|
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.
|
testing and should never be enabled on production devices.
|
||||||
|
|
||||||
config BLUETOOTH_DEBUG_ATT
|
config BLUETOOTH_DEBUG_ATT
|
||||||
|
|
|
@ -43,9 +43,9 @@ config SYS_LOG_DEFAULT_LEVEL
|
||||||
Levels are:
|
Levels are:
|
||||||
0 OFF, do not write by default
|
0 OFF, do not write by default
|
||||||
1 ERROR, default to only write SYS_LOG_ERR
|
1 ERROR, default to only write SYS_LOG_ERR
|
||||||
2 WARNING, default to write SYS_LOG_WRN in adition to previous level
|
2 WARNING, default to write SYS_LOG_WRN in addition to previous level
|
||||||
3 INFO, default to write SYS_LOG_INF in adition to previous levels
|
3 INFO, default to write SYS_LOG_INF in addition to previous levels
|
||||||
4 DEBUG, default to write SYS_LOG_DBG in adition to previous levels
|
4 DEBUG, default to write SYS_LOG_DBG in addition to previous levels
|
||||||
|
|
||||||
config SYS_LOG_OVERRIDE_LEVEL
|
config SYS_LOG_OVERRIDE_LEVEL
|
||||||
int
|
int
|
||||||
|
@ -61,9 +61,9 @@ config SYS_LOG_OVERRIDE_LEVEL
|
||||||
Levels are:
|
Levels are:
|
||||||
0 OFF, do not override
|
0 OFF, do not override
|
||||||
1 ERROR, override to write SYS_LOG_ERR
|
1 ERROR, override to write SYS_LOG_ERR
|
||||||
2 WARNING, override to write SYS_LOG_WRN in adition to previous level
|
2 WARNING, override to write SYS_LOG_WRN in addition to previous level
|
||||||
3 INFO, override to write SYS_LOG_INF in adition to previous levels
|
3 INFO, override to write SYS_LOG_INF in addition to previous levels
|
||||||
4 DEBUG, override to write SYS_LOG_DBG in adition to previous levels
|
4 DEBUG, override to write SYS_LOG_DBG in addition to previous levels
|
||||||
|
|
||||||
config SYS_LOG_EXT_HOOK
|
config SYS_LOG_EXT_HOOK
|
||||||
bool
|
bool
|
||||||
|
|
|
@ -35,9 +35,9 @@ config SYS_LOG_NET_BUF_LEVEL
|
||||||
Levels are:
|
Levels are:
|
||||||
0 OFF, do not write
|
0 OFF, do not write
|
||||||
1 ERROR, only write SYS_LOG_ERR
|
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 NET_BUF_WARN_ALLOC_INTERVAL
|
config NET_BUF_WARN_ALLOC_INTERVAL
|
||||||
int
|
int
|
||||||
|
|
|
@ -73,7 +73,7 @@ config NET_APP_IEEE802154_RADIO_TX_POWER
|
||||||
int "IEEE 802.15.4 TX power in dbm"
|
int "IEEE 802.15.4 TX power in dbm"
|
||||||
default 0
|
default 0
|
||||||
help
|
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.
|
See NET_L2_IEEE802154_RADIO_DFLT_TX_POWER for more info.
|
||||||
|
|
||||||
config NET_APP_IEEE802154_SECURITY_KEY
|
config NET_APP_IEEE802154_SECURITY_KEY
|
||||||
|
|
|
@ -27,9 +27,9 @@ config SYS_LOG_NET_LEVEL
|
||||||
Levels are:
|
Levels are:
|
||||||
0 OFF, do not write
|
0 OFF, do not write
|
||||||
1 ERROR, only write SYS_LOG_ERR
|
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 NET_LOG_GLOBAL
|
config NET_LOG_GLOBAL
|
||||||
bool "Enable global network stack logging"
|
bool "Enable global network stack logging"
|
||||||
|
@ -97,7 +97,7 @@ config NET_DEBUG_NET_PKT_EXTERNALS
|
||||||
default 0
|
default 0
|
||||||
depends on NET_DEBUG_NET_PKT
|
depends on NET_DEBUG_NET_PKT
|
||||||
help
|
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
|
This value is used when allocating space for tracking the
|
||||||
memory allocations.
|
memory allocations.
|
||||||
|
|
||||||
|
|
|
@ -131,7 +131,7 @@ config NET_MAX_6LO_CONTEXTS
|
||||||
range 1 16
|
range 1 16
|
||||||
help
|
help
|
||||||
6lowpan context options table size. The value depends on your
|
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
|
config NET_DEBUG_6LO
|
||||||
bool "Enable 6lowpan debug"
|
bool "Enable 6lowpan debug"
|
||||||
|
@ -152,10 +152,10 @@ config NET_DEBUG_ICMPV6
|
||||||
Enables ICMPv6 code part to output debug messages
|
Enables ICMPv6 code part to output debug messages
|
||||||
|
|
||||||
config NET_DEBUG_IPV6_NBR_CACHE
|
config NET_DEBUG_IPV6_NBR_CACHE
|
||||||
bool "Debug IPv6 neighbour cache"
|
bool "Debug IPv6 neighbor cache"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Enables Neighbour Cache code part to output debug messages
|
Enables Neighbor Cache code to output debug messages
|
||||||
|
|
||||||
endif # NET_LOG
|
endif # NET_LOG
|
||||||
|
|
||||||
|
|
|
@ -15,12 +15,12 @@ config NET_L2_DUMMY
|
||||||
TUN mode.
|
TUN mode.
|
||||||
|
|
||||||
config NET_L2_ETHERNET
|
config NET_L2_ETHERNET
|
||||||
bool "Enable ethernet support"
|
bool "Enable Ethernet support"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add support for Ethernet, enabling selecting relevant hardware drivers.
|
Add support for Ethernet, enabling selecting relevant hardware drivers.
|
||||||
If SLIP_TAP is selected, NET_L2_ETHERNET will enable to fully simulate
|
If SLIP_TAP is selected, NET_L2_ETHERNET will enable to fully simulate
|
||||||
ethernet through SLIP.
|
Ethernet through SLIP.
|
||||||
|
|
||||||
config NET_DEBUG_L2_ETHERNET
|
config NET_DEBUG_L2_ETHERNET
|
||||||
bool "Debug Ethernet L2 layer"
|
bool "Debug Ethernet L2 layer"
|
||||||
|
|
|
@ -73,7 +73,7 @@ config NET_L2_IEEE802154_FRAGMENT_REASS_CACHE_SIZE
|
||||||
depends on NET_L2_IEEE802154_FRAGMENT
|
depends on NET_L2_IEEE802154_FRAGMENT
|
||||||
default 1
|
default 1
|
||||||
help
|
help
|
||||||
Simultaneoulsy reassemble 802.15.4 fragments depending on
|
Simultaneously reassemble 802.15.4 fragments depending on
|
||||||
cache size.
|
cache size.
|
||||||
|
|
||||||
config NET_L2_IEEE802154_REASSEMBLY_TIMEOUT
|
config NET_L2_IEEE802154_REASSEMBLY_TIMEOUT
|
||||||
|
|
|
@ -29,11 +29,11 @@ config SYS_LOG_USB_LEVEL
|
||||||
|
|
||||||
- 1 ERROR, only write SYS_LOG_ERR
|
- 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"
|
source "subsys/usb/class/Kconfig"
|
||||||
|
|
||||||
|
|
|
@ -36,11 +36,11 @@ config SYS_LOG_USB_CDC_ACM_LEVEL
|
||||||
|
|
||||||
- 1 ERROR, only write SYS_LOG_ERR
|
- 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
|
config USB_MASS_STORAGE
|
||||||
bool
|
bool
|
||||||
|
@ -64,10 +64,10 @@ config SYS_LOG_USB_MASS_STORAGE_LEVEL
|
||||||
|
|
||||||
- 1 ERROR, only write SYS_LOG_ERR
|
- 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
|
endif # CONFIG_USB_DEVICE_STACK
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue