diff --git a/arch/Kconfig b/arch/Kconfig index 9114915674c..dd38c7b598c 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -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" diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 04b8f3a0073..7becb8f8d84 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -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 diff --git a/drivers/ieee802154/Kconfig.cc2520 b/drivers/ieee802154/Kconfig.cc2520 index c483a75d8c2..57852f28865 100644 --- a/drivers/ieee802154/Kconfig.cc2520 +++ b/drivers/ieee802154/Kconfig.cc2520 @@ -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. diff --git a/drivers/ieee802154/Kconfig.mcr20a b/drivers/ieee802154/Kconfig.mcr20a index 8b7f40549e9..93cce6ac79f 100644 --- a/drivers/ieee802154/Kconfig.mcr20a +++ b/drivers/ieee802154/Kconfig.mcr20a @@ -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. diff --git a/drivers/ieee802154/Kconfig.nrf5 b/drivers/ieee802154/Kconfig.nrf5 index 2b456bfa9cd..834ecb38a48 100644 --- a/drivers/ieee802154/Kconfig.nrf5 +++ b/drivers/ieee802154/Kconfig.nrf5 @@ -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. diff --git a/drivers/spi/Kconfig.dw b/drivers/spi/Kconfig.dw index b054c446d81..c01e189a355 100644 --- a/drivers/spi/Kconfig.dw +++ b/drivers/spi/Kconfig.dw @@ -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 diff --git a/drivers/spi/Kconfig.mcux_dspi b/drivers/spi/Kconfig.mcux_dspi index c6e3be77bb8..69042d5ccff 100644 --- a/drivers/spi/Kconfig.mcux_dspi +++ b/drivers/spi/Kconfig.mcux_dspi @@ -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 diff --git a/drivers/spi/Kconfig.nrf5 b/drivers/spi/Kconfig.nrf5 index 449da9b8be3..f306eb777a7 100644 --- a/drivers/spi/Kconfig.nrf5 +++ b/drivers/spi/Kconfig.nrf5 @@ -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