spell: Kconfig help typos: /arch

Fix misspellings in Kconfig help text and made spelling of
RX and TX consistent (from reviewer comments)

Change-Id: Ie9d4c3863cd210e7a17b50a85a7e64156b6bf3d7
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2017-04-24 11:30:10 -07:00 committed by Kumar Gala
commit 3561c73ece
8 changed files with 22 additions and 22 deletions

View file

@ -108,7 +108,7 @@ config SOC_FAMILY
config BOARD
string
help
This option holds the name of the board and is used to located the files
This option holds the name of the board and is used to locate the files
related to the board in the source tree (under boards/).
The Board is the first location where we search for a linker.ld file,
if not found we look for the linker file in
@ -160,7 +160,7 @@ config GEN_IRQ_START_VECTOR
system exceptions and is declared separately from the tables
created by gen_isr_tables.py. When creating these tables, this value
will be subtracted from CONFIG_NUM_IRQS to properly size them.
This is a hidden option which needs to be set-per architecture and
This is a hidden option which needs to be set per architecture and
left alone.
source "arch/*/Kconfig"

View file

@ -42,7 +42,7 @@ config DMA_0_IRQ_PRI
IRQ Priority for the DMA Controller.
config DMA_0_RX_SUB_CHANNEL_ID
int "Requested Rx sub-channel ID"
int "Requested RX sub-channel ID"
default 0
depends on DMA_STM32F4X
help
@ -51,7 +51,7 @@ config DMA_0_RX_SUB_CHANNEL_ID
for memory to memory comms.
config DMA_0_TX_SUB_CHANNEL_ID
int "Requested Tx sub-channel ID"
int "Requested TX sub-channel ID"
default 0
depends on DMA_STM32F4X
help
@ -72,7 +72,7 @@ config DMA_1_IRQ_PRI
IRQ Priority for DMA Controller 1.
config DMA_1_RX_SUB_CHANNEL_ID
int "Requested Rx sub-channel ID"
int "Requested RX sub-channel ID"
default 0
depends on DMA_STM32F4X
help
@ -81,7 +81,7 @@ config DMA_1_RX_SUB_CHANNEL_ID
for memory to memory comms.
config DMA_1_TX_SUB_CHANNEL_ID
int "Requested Tx sub-channel ID"
int "Requested TX sub-channel ID"
default 0
depends on DMA_STM32F4X
help
@ -102,7 +102,7 @@ config DMA_2_IRQ_PRI
IRQ Priority for DMA Controller 2.
config DMA_2_RX_SUB_CHANNEL_ID
int "Requested Rx sub-channel ID"
int "Requested RX sub-channel ID"
default 0
depends on DMA_STM32F4X
help
@ -111,7 +111,7 @@ config DMA_2_RX_SUB_CHANNEL_ID
for memory to memory comms.
config DMA_2_TX_SUB_CHANNEL_ID
int "Requested Tx sub-channel ID"
int "Requested TX sub-channel ID"
default 0
depends on DMA_STM32F4X
help

View file

@ -38,10 +38,10 @@ config IEEE802154_CC2520_SPI_SLAVE
to when dealing with CC2520 chip.
config IEEE802154_CC2520_RX_STACK_SIZE
int "Driver's internal rx thread stack size"
int "Driver's internal RX thread stack size"
default 800
help
This option sets the driver's stack size for its internal rx thread.
This option sets the driver's stack size for its internal RX thread.
The default value should be sufficient, but in case it proves to be
a too little one, this option makes it easy to play with the size.

View file

@ -100,10 +100,10 @@ config MCR20A_CLK_OUT_32768HZ
endchoice
config IEEE802154_MCR20A_RX_STACK_SIZE
int "Driver's internal rx thread stack size"
int "Driver's internal RX thread stack size"
default 800
help
This option sets the driver's stack size for its internal rx thread.
This option sets the driver's stack size for its internal RX thread.
The default value should be sufficient, but in case it proves to be
a too little one, this option makes it easy to play with the size.

View file

@ -35,10 +35,10 @@ config IEEE802154_NRF5_DRV_NAME
This option sets the driver name
config IEEE802154_NRF5_RX_STACK_SIZE
int "Driver's internal rx thread stack size"
int "Driver's internal RX thread stack size"
default 800
help
This option sets the driver's stack size for its internal rx thread.
This option sets the driver's stack size for its internal RX thread.
The default value should be sufficient, but in case it proves to be
a too little one, this option makes it easy to play with the size.

View file

@ -54,7 +54,7 @@ config SPI_DW_CLOCK_GATE_DRV_NAME
default ""
config SPI_DW_FIFO_DEPTH
int "Rx and Tx FIFO Depth"
int "RX and TX FIFO Depth"
help
Corresponds to the SSI_TX_FIFO_DEPTH and
SSI_RX_FIFO_DEPTH of the DesignWare Synchronous

View file

@ -20,7 +20,7 @@ config SPI_MCUX_BUF_SIZE
int "Number of bytes in the local buffer"
default 16
help
The mcux driver requires that the rx and tx buffers are the same
The mcux driver requires that the RX and TX buffers are the same
length, however the Zephyr spi interface allows them to be different.
When they are different, the mcux shim driver uses a local buffer. This
option defines the size of the local buffer.
@ -30,7 +30,7 @@ config SPI_MCUX_DUMMY_CHAR
default 0x00
range 0x00 0xff
help
This option configures what value to send when the tx buffer length is
less than the rx buffer length.
This option configures what value to send when the TX buffer length is
less than the RX buffer length.
endif # SPI_MCUX_DSPI

View file

@ -90,8 +90,8 @@ config SPIM0_NRF52_ORC
default 0x00
range 0x00 0xff
help
This option configures what value to send when the tx char count is
less than the rx count.
This option configures what value to send when the TX char count is
less than the RX count.
endif # SPIM0_NRF52
@ -169,8 +169,8 @@ config SPIM1_NRF52_ORC
default 0x00
range 0x00 0xff
help
This option configures what value to send when the tx char count is
less than the rx count.
This option configures what value to send when the TX char count is
less than the RX count.
endif # SPIM1_NRF52