diff --git a/boards/Kconfig b/boards/Kconfig index bbb8b9f2d87..5da3f9c6890 100644 --- a/boards/Kconfig +++ b/boards/Kconfig @@ -2,7 +2,7 @@ config BOARD_DEPRECATED string help - This hidden option is set in the board configuation and indicates + This hidden option is set in the board configuration and indicates the Zephyr release that the board configuration will be removed. When set, any build for that board will generate a clearly visible deprecation warning. diff --git a/boards/x86/galileo/Kconfig b/boards/x86/galileo/Kconfig index 42d51641f01..7bc604f97c0 100644 --- a/boards/x86/galileo/Kconfig +++ b/boards/x86/galileo/Kconfig @@ -14,28 +14,28 @@ config PINMUX_GALILEO_EXP0_NAME depends on PINMUX && BOARD_GALILEO default "EXP0" help - The name of the GPIO expander labelled as EXP0 in the schematic. + The name of the GPIO expander labeled as EXP0 in the schematic. config PINMUX_GALILEO_EXP1_NAME string "Name of the GPIO expander 1" depends on PINMUX && BOARD_GALILEO default "EXP1" help - The name of the GPIO expander labelled as EXP1 in the schematic. + The name of the GPIO expander labeled as EXP1 in the schematic. config PINMUX_GALILEO_EXP2_NAME string "Name of the GPIO expander 2" depends on PINMUX && BOARD_GALILEO default "EXP2" help - The name of the GPIO expander labelled as EXP2 in the schematic. + The name of the GPIO expander labeled as EXP2 in the schematic. config PINMUX_GALILEO_PWM0_NAME string "Name of the PWM LED expander 0" depends on PINMUX && BOARD_GALILEO default "PWM0" help - The name of the PWM LED expander labelled as PWM0 in the schematic. + The name of the PWM LED expander labeled as PWM0 in the schematic. config PINMUX_GALILEO_GPIO_DW_NAME string "Name of the DesignWare GPIO" diff --git a/drivers/adc/Kconfig b/drivers/adc/Kconfig index fd10da1d833..f3e0344af5c 100644 --- a/drivers/adc/Kconfig +++ b/drivers/adc/Kconfig @@ -32,11 +32,11 @@ config SYS_LOG_ADC_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 ADC_INIT_PRIORITY int diff --git a/drivers/bluetooth/hci/Kconfig b/drivers/bluetooth/hci/Kconfig index 3a52c5e0e3f..e143e740c7d 100644 --- a/drivers/bluetooth/hci/Kconfig +++ b/drivers/bluetooth/hci/Kconfig @@ -43,9 +43,9 @@ config BLUETOOTH_SPI select SPI help Supports Bluetooth ICs using SPI as the communication protocol. - HCI packets are sent and received as single Byte transferrs, + HCI packets are sent and received as single Byte transfers, prepended after a known header. Headers may vary per device, so - additional platform specific knowlege may need to be added as + additional platform specific knowledge may need to be added as devices are. config BLUETOOTH_NO_DRIVER diff --git a/drivers/bluetooth/nble/Kconfig b/drivers/bluetooth/nble/Kconfig index cc02f64531c..066605f51ec 100644 --- a/drivers/bluetooth/nble/Kconfig +++ b/drivers/bluetooth/nble/Kconfig @@ -22,7 +22,7 @@ config NBLE A fundamental assumption that the driver makes is that it is run on an architecture with the same ABI (e.g. struct packing - & endianess) as the nRF51 chip. The driver cannot be used on + & endianness) as the nRF51 chip. The driver cannot be used on any architecture that doesn't fulfill this requirement. if NBLE @@ -68,7 +68,7 @@ config BLUETOOTH_RX_STACK_SIZE default value is sufficient for basic operation, but if the application needs to do advanced things in its callbacks that require extra stack space, this value can be increased to - accomodate for that. + accommodate for that. config BLUETOOTH_DEVICE_NAME string "Bluetooth device name" diff --git a/drivers/clock_control/Kconfig b/drivers/clock_control/Kconfig index 1db3a61c703..6df214b918e 100644 --- a/drivers/clock_control/Kconfig +++ b/drivers/clock_control/Kconfig @@ -34,11 +34,11 @@ config SYS_LOG_CLOCK_CONTROL_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 "drivers/clock_control/Kconfig.nrf5" diff --git a/drivers/console/Kconfig b/drivers/console/Kconfig index 4d521f49840..38bb92ec58d 100644 --- a/drivers/console/Kconfig +++ b/drivers/console/Kconfig @@ -88,7 +88,7 @@ config USB_UART_CONSOLE Enable this option to use the USB UART for console output. The output can be viewed from the USB host via /dev/ttyACM* port. Note that console inputs from the USB UART are not functional yet. Also since the USB - layer currently doesnt support multiple interfaces, this shouldnt be + layer currently doesn't support multiple interfaces, this shouldn't be selected in conjunction with say USB Mass Storage. config RAM_CONSOLE @@ -142,7 +142,7 @@ config IPM_CONSOLE_STACK_SIZE depends on IPM_CONSOLE_RECEIVER default 512 help - Eack instance of the IPM console receiver driver creates a worker + Each instance of the IPM console receiver driver creates a worker thread to print out incoming messages from the remote CPU. Specify the stack size for these threads here. diff --git a/drivers/console/Kconfig.telnet b/drivers/console/Kconfig.telnet index d365d343628..f0e29d2b768 100644 --- a/drivers/console/Kconfig.telnet +++ b/drivers/console/Kconfig.telnet @@ -15,8 +15,8 @@ menuconfig TELNET_CONSOLE This option enables telnet as a network console service. It is for now a very basic implementation of the telnet protocol. Currently, it is basically just a redirection of the Zephyr console through TCP. - It nicely works along with anothe console driver (like uart), twist - being that it will take over the output if only a successul + It nicely works along with another console driver (like uart), twist + being that it will take over the output if only a successful connection to its port is done. if TELNET_CONSOLE @@ -98,18 +98,18 @@ config SYS_LOG_TELNET_CONSOLE_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 TELNET_CONSOLE_DEBUG_DEEP bool "Forward output to original console handler" depends on UART_CONSOLE default n help - For telnet developpers only, this will forward each output to + For telnet developers only, this will forward each output to original console handler. So if by chance telnet seems silent, at least things will be printed to original handler, usually UART console. diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 36b1dff94a0..bcd7a58644c 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig @@ -28,11 +28,11 @@ config SYS_LOG_CRYPTO_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 CRYPTO_TINYCRYPT_SHIM bool "Enable TinyCrypt shim driver [EXPERIMENTAL] " diff --git a/drivers/crypto/Kconfig.ataes132a b/drivers/crypto/Kconfig.ataes132a index f562676568c..237800300ca 100644 --- a/drivers/crypto/Kconfig.ataes132a +++ b/drivers/crypto/Kconfig.ataes132a @@ -11,14 +11,14 @@ config ATAES132A_DRV_NAME depends on ATAES132A default "ataes132a" help - Name for the ATAES132A driver wich will be used for binding. + Name for the ATAES132A driver which will be used for binding. config ATAES132A_I2C_PORT_NAME string "I2C master controller port name" depends on ATAES132A default "I2C_0" help - Master I2C port name through wich ATAES132A chip is accessed. + Master I2C port name through which ATAES132A chip is accessed. config ATAES132A_I2C_ADDR hex "ATAES132A I2C addess" diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index ec53d555026..04b8f3a0073 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -46,7 +46,7 @@ config DMA_0_RX_SUB_CHANNEL_ID default 0 depends on DMA_STM32F4X help - This configuartion is required to choose a valid sub-channel + This configuration is required to choose a valid sub-channel for communication from a peripheral/device. Not required for memory to memory comms. @@ -55,7 +55,7 @@ config DMA_0_TX_SUB_CHANNEL_ID default 0 depends on DMA_STM32F4X help - This configuartion is required to choose a valid sub-channel + This configuration is required to choose a valid sub-channel for communication to a peripheral/device. Not required for memory to memory comms. @@ -76,7 +76,7 @@ config DMA_1_RX_SUB_CHANNEL_ID default 0 depends on DMA_STM32F4X help - This configuartion is required to choose a valid sub-channel + This configuration is required to choose a valid sub-channel for communication from a peripheral/device. Not required for memory to memory comms. @@ -85,7 +85,7 @@ config DMA_1_TX_SUB_CHANNEL_ID default 0 depends on DMA_STM32F4X help - This configuartion is required to choose a valid sub-channel + This configuration is required to choose a valid sub-channel for communication to a peripheral/device. Not required for memory to memory comms. @@ -106,7 +106,7 @@ config DMA_2_RX_SUB_CHANNEL_ID default 0 depends on DMA_STM32F4X help - This configuartion is required to choose a valid sub-channel + This configuration is required to choose a valid sub-channel for communication from a peripheral/device. Not required for memory to memory comms. @@ -115,7 +115,7 @@ config DMA_2_TX_SUB_CHANNEL_ID default 0 depends on DMA_STM32F4X help - This configuartion is required to choose a valid sub-channel + This configuration is required to choose a valid sub-channel for communication to a peripheral/device. Not required for memory to memory comms. diff --git a/drivers/ethernet/Kconfig b/drivers/ethernet/Kconfig index a0188d43474..dbcfcbd1a51 100644 --- a/drivers/ethernet/Kconfig +++ b/drivers/ethernet/Kconfig @@ -19,9 +19,9 @@ config SYS_LOG_ETHERNET_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 ETH_INIT_PRIORITY int diff --git a/drivers/ethernet/Kconfig.enc28j60 b/drivers/ethernet/Kconfig.enc28j60 index 9a6e142b94d..7090e38ed1c 100644 --- a/drivers/ethernet/Kconfig.enc28j60 +++ b/drivers/ethernet/Kconfig.enc28j60 @@ -38,7 +38,7 @@ config ETH_EN28J60_TIMEOUT help Given timeout in milliseconds. Maximum amount of time that the driver will wait from the IP stack to get - a memory buffer before the ethernet frame is dropped. + a memory buffer before the Ethernet frame is dropped. config ETH_ENC28J60_0 bool "ENC28J60C Ethernet port 0" diff --git a/drivers/ethernet/Kconfig.sam_gmac b/drivers/ethernet/Kconfig.sam_gmac index b659120f488..4605f044168 100644 --- a/drivers/ethernet/Kconfig.sam_gmac +++ b/drivers/ethernet/Kconfig.sam_gmac @@ -21,19 +21,19 @@ config ETH_SAM_GMAC_NAME required by all driver API functions. Device name has to be unique. config ETH_SAM_GMAC_BUF_RX_COUNT - int "Network RX buffers pre-allocated by the SAM ETH driver" + int "Network RX buffers preallocated by the SAM ETH driver" default 18 help Number of network buffers that will be permanently allocated by the Ethernet driver. These buffers are used in receive path. They are - pre-alocated by the driver and made available to the GMAC module to be + preallocated by the driver and made available to the GMAC module to be filled in with incoming data. Their number has to be large enough to fit at least one complete Ethernet frame. SAM ETH driver will always allocate that amount of buffers for itself thus reducing the NET_BUF_RX_COUNT which is a total amount of RX data buffers used by the whole networking stack. One has to ensure that NET_PKT_RX_COUNT is large enough to - fit at least two ethernet frames: one being received by the GMAC module - and the other being processed by the higer layer networking stack. + fit at least two Ethernet frames: one being received by the GMAC module + and the other being processed by the higher layer networking stack. config ETH_SAM_GMAC_IRQ_PRI int "Interrupt priority" diff --git a/drivers/flash/Kconfig b/drivers/flash/Kconfig index 2450bdda6bd..d64c304d967 100644 --- a/drivers/flash/Kconfig +++ b/drivers/flash/Kconfig @@ -79,7 +79,7 @@ config SOC_FLASH_QMSI depends on QMSI && FLASH default n help - Enable QMSI quark flash driver. + Enable QMSI Quark flash driver. config SOC_FLASH_QMSI_DEV_NAME string "QMSI flash device name" @@ -100,13 +100,13 @@ config SOC_FLASH_QMSI_WAIT_STATES depends on SOC_FLASH_QMSI default 1 help - Specify the number of wait states for quark flash. + Specify the number of wait states for Quark flash. config SOC_FLASH_QMSI_SYS_SIZE hex "SOC system flash size" depends on SOC_FLASH_QMSI help - Specify system flash size on the quark SOC. + Specify system flash size on the Quark SOC. config SOC_FLASH_QMSI_API_REENTRANCY bool diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index a396f16c22d..be77e3c79e3 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -29,11 +29,11 @@ config SYS_LOG_GPIO_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 "drivers/gpio/Kconfig.dw" diff --git a/drivers/gpio/Kconfig.mmio32 b/drivers/gpio/Kconfig.mmio32 index 8a4cd93f25f..68a8252564d 100644 --- a/drivers/gpio/Kconfig.mmio32 +++ b/drivers/gpio/Kconfig.mmio32 @@ -12,5 +12,5 @@ config GPIO_MMIO32 memory-mapped i/o register using the same APIs as GPIO drivers. This is useful when an SoC or board has registers that aren't part of a GPIO IP block and these registers are used to control things that - Zephyr normaly expects to be specified using a GPIO pin, e.g. for + Zephyr normally expects to be specified using a GPIO pin, e.g. for driving an LED, or chip-select line for an SPI device. diff --git a/drivers/gpio/Kconfig.pcal9535a b/drivers/gpio/Kconfig.pcal9535a index e14c32767f6..03ef8fc1ea0 100644 --- a/drivers/gpio/Kconfig.pcal9535a +++ b/drivers/gpio/Kconfig.pcal9535a @@ -29,11 +29,11 @@ config SYS_LOG_GPIO_PCAL9535A_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 GPIO_PCAL9535A_INIT_PRIORITY int diff --git a/drivers/grove/Kconfig b/drivers/grove/Kconfig index 04a332c100f..056a0be75df 100644 --- a/drivers/grove/Kconfig +++ b/drivers/grove/Kconfig @@ -26,9 +26,9 @@ config SYS_LOG_GROVE_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 GROVE_LCD_RGB bool @@ -53,7 +53,7 @@ config GROVE_LIGHT_SENSOR depends on SENSOR && GROVE && ADC && NEWLIB_LIBC default n help - Setting this value will enable dirver support for the Grove Light + Setting this value will enable driver support for the Grove Light Sensor. config GROVE_LIGHT_SENSOR_NAME @@ -88,7 +88,7 @@ config GROVE_TEMPERATURE_SENSOR depends on SENSOR && GROVE && ADC && NEWLIB_LIBC default n help - Setting this value will enable dirver support for the Grove + Setting this value will enable driver support for the Grove Temperature Sensor. config GROVE_TEMPERATURE_SENSOR_NAME diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index e311cc1e819..0c758973757 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig @@ -76,7 +76,7 @@ config I2C_NRF5 default n help This option enables the I2C driver for Nordic Semiconductor nRF5 - family porcessors. + family processors. config I2C_NRF5_GPIO_SCA_PIN int "SCA Pin Number" @@ -133,11 +133,11 @@ config SYS_LOG_I2C_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 I2C_DW_SHARED_IRQ bool diff --git a/drivers/ieee802154/Kconfig b/drivers/ieee802154/Kconfig index 011b8e458d3..8d57aaabbaa 100644 --- a/drivers/ieee802154/Kconfig +++ b/drivers/ieee802154/Kconfig @@ -48,11 +48,11 @@ config SYS_LOG_IEEE802154_DRIVER_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 "drivers/ieee802154/Kconfig.cc2520" diff --git a/drivers/ieee802154/Kconfig.cc2520 b/drivers/ieee802154/Kconfig.cc2520 index 1a4b2ec2713..c483a75d8c2 100644 --- a/drivers/ieee802154/Kconfig.cc2520 +++ b/drivers/ieee802154/Kconfig.cc2520 @@ -42,7 +42,7 @@ config IEEE802154_CC2520_RX_STACK_SIZE default 800 help This option sets the driver's stack size for its internal rx thread. - The default value should be sufficient, but in case it prooves to be + 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. config IEEE802154_CC2520_INIT_PRIO diff --git a/drivers/ieee802154/Kconfig.nrf5 b/drivers/ieee802154/Kconfig.nrf5 index 042cff59d99..2b456bfa9cd 100644 --- a/drivers/ieee802154/Kconfig.nrf5 +++ b/drivers/ieee802154/Kconfig.nrf5 @@ -85,6 +85,6 @@ config IEEE802154_NRF5_CCA_CORR_LIMIT default 2 help Limit for occurrences above correlator threshold. When not equal to zero the - corrolator based signal detect is enabled. + correlator based signal detect is enabled. endif diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index 618760c8908..f062767b7c7 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -60,7 +60,7 @@ config PCI_DEBUG prompt "Enable PCI debugging" default n help - This options enables PCI debigging functions + This options enables PCI debugging functions endif diff --git a/drivers/pinmux/Kconfig.stm32 b/drivers/pinmux/Kconfig.stm32 index 8d093fb352b..17094b95034 100644 --- a/drivers/pinmux/Kconfig.stm32 +++ b/drivers/pinmux/Kconfig.stm32 @@ -9,7 +9,7 @@ config PINMUX_STM32 bool "Pinmux driver for STM32 MCUs" depends on PINMUX && SOC_FAMILY_STM32 help - Enable pin multiplexter for STM32 MCUs + Enable pin multiplexer for STM32 MCUs config PINMUX_STM32_DEVICE_INITIALIZATION_PRIORITY int "Device initialization priority STM32 pinmux" diff --git a/drivers/pwm/Kconfig.k64 b/drivers/pwm/Kconfig.k64 index fb578cb2835..a195e42b864 100644 --- a/drivers/pwm/Kconfig.k64 +++ b/drivers/pwm/Kconfig.k64 @@ -35,11 +35,11 @@ config SYS_LOG_PWM_K64_FTM_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 #### FTM0 ##### diff --git a/drivers/pwm/Kconfig.nrf5_sw b/drivers/pwm/Kconfig.nrf5_sw index 6e9101982b8..0d20a614d2d 100644 --- a/drivers/pwm/Kconfig.nrf5_sw +++ b/drivers/pwm/Kconfig.nrf5_sw @@ -12,7 +12,7 @@ menuconfig PWM_NRF5_SW default y help Enable driver to utilize PWM on the Nordic Semiconductor nRF5x series. - This implementation provides upto 3 pins using one HF timer, two PPI + This implementation provides up to 3 pins using one HF timer, two PPI channels per pin and one GPIOTE config per pin. config PWM_NRF5_SW_0_DEV_NAME diff --git a/drivers/sensor/ak8975/Kconfig b/drivers/sensor/ak8975/Kconfig index a2b43169421..4afb9abef13 100644 --- a/drivers/sensor/ak8975/Kconfig +++ b/drivers/sensor/ak8975/Kconfig @@ -31,10 +31,10 @@ config AK8975_I2C_ADDR help I2C address of the AK8975 sensor. Choose: - - 0x0C if CAD1 connected to GND nad CAD0 is connected to GND - - 0x0D if CAD1 connected to GND nad CAD0 is connected to VDD - - 0x0E if CAD1 connected to VDD nad CAD0 is connected to GND - - 0x0F if CAD1 connected to VDD nad CAD0 is connected to VDD + - 0x0C if CAD1 connected to GND and CAD0 is connected to GND + - 0x0D if CAD1 connected to GND and CAD0 is connected to VDD + - 0x0E if CAD1 connected to VDD and CAD0 is connected to GND + - 0x0F if CAD1 connected to VDD and CAD0 is connected to VDD If the AK8975 sensor is part of a MPU9159 chip, the I2C address needs to be 0x0C. diff --git a/drivers/sensor/bme280/Kconfig b/drivers/sensor/bme280/Kconfig index 290aea4abb1..0deeb1b970b 100644 --- a/drivers/sensor/bme280/Kconfig +++ b/drivers/sensor/bme280/Kconfig @@ -134,7 +134,7 @@ choice depends on BME280 default BME280_STANDBY_1000MS help - Select standby time between measeurements for the BME280 sensor. + Select standby time between measurements for the BME280 sensor. Higher values lead to lower power consumption. config BME280_STANDBY_05MS bool "0.5ms" diff --git a/drivers/sensor/bmg160/Kconfig b/drivers/sensor/bmg160/Kconfig index 00023d7fba1..b0fd14e3173 100644 --- a/drivers/sensor/bmg160/Kconfig +++ b/drivers/sensor/bmg160/Kconfig @@ -95,7 +95,7 @@ config BMG160_GPIO_PORT_NAME depends on BMG160 && BMG160_TRIGGER default "GPIO_0" help - The gpio controller the interrupt pin is atteched to. + The gpio controller the interrupt pin is attached to. config BMG160_INT_PIN hex "BMG160 INT PIN" diff --git a/drivers/sensor/fxos8700/Kconfig b/drivers/sensor/fxos8700/Kconfig index 91d59e5a21e..8bc19c69f30 100644 --- a/drivers/sensor/fxos8700/Kconfig +++ b/drivers/sensor/fxos8700/Kconfig @@ -191,7 +191,7 @@ config FXOS8700_PULSE_TMLT acceleration on the selected channel exceeding the specified threshold and the end when the channel acceleration goes back below the specified threshold. The resolution depends upon the sample rate - (ODR) and the highpass filter configuration + (ODR) and the high-pass filter configuration (HP_FILTER_CUTOFF[pls_hpf_en]). For ODR=800 Hz and pls_hpf_en=0, the resolution is 0.625 ms/LSB. @@ -202,7 +202,7 @@ config FXOS8700_PULSE_LTCY help The time interval that starts after the first pulse detection where the pulse-detection function ignores the start of a new pulse. The - resolution depends upon the sample rate (ODR) and the highpass filter + resolution depends upon the sample rate (ODR) and the high-pass filter configuration (HP_FILTER_CUTOFF[pls_hpf_en]). For ODR=800 Hz and pls_hpf_en=0, the resolution is 1.25 ms/LSB. @@ -218,7 +218,7 @@ config FXOS8700_PULSE_WIND time limit constraint specified by the PULSE_TMLT register, but the end of the double pulse need not finish within the time specified by the PULSE_WIND register. The resolution depends upon the sample rate - (ODR) and the highpass filter configuration + (ODR) and the high-pass filter configuration (HP_FILTER_CUTOFF[pls_hpf_en]). For ODR=800 Hz and pls_hpf_en=0, the resolution is 1.25 ms/LSB. diff --git a/drivers/sensor/isl29035/Kconfig b/drivers/sensor/isl29035/Kconfig index a212a7023d7..50a880b18df 100644 --- a/drivers/sensor/isl29035/Kconfig +++ b/drivers/sensor/isl29035/Kconfig @@ -97,7 +97,7 @@ choice default ISL29035_MODE_ALS help Sensing mode in which the ISL29035 will function. The chip can be - configured either for either ambinet light or infrared sensing. + configured either for either ambient light or infrared sensing. config ISL29035_MODE_ALS bool @@ -182,7 +182,7 @@ choice depends on ISL29035 && ISL29035_TRIGGER default ISL29035_INT_PERSIST_1 help - Number of consecutive intergration cycles for which the data samples + Number of consecutive integration cycles for which the data samples need to remain outside the threshold window in order for the interrupt to be triggered. diff --git a/drivers/shared_irq/Kconfig b/drivers/shared_irq/Kconfig index 94074b73204..095fabc0af8 100644 --- a/drivers/shared_irq/Kconfig +++ b/drivers/shared_irq/Kconfig @@ -20,7 +20,7 @@ config SHARED_IRQ_NUM_CLIENTS prompt "The number of clients per instance" default 5 help - Configures the maximum nuber of clients allowed per shared + Configures the maximum number of clients allowed per shared instance of the shared interrupt driver. To conserve RAM set this value to the lowest practical value. @@ -56,7 +56,7 @@ config SHARED_IRQ_0_PRI default 2 depends on SHARED_IRQ_0 help - Prioity of shared interrupt handler for the configured interrupt + Priority of shared interrupt handler for the configured interrupt choice depends on SHARED_IRQ_0 @@ -108,7 +108,7 @@ config SHARED_IRQ_1_PRI default 2 depends on SHARED_IRQ_1 help - Prioity of shared interrupt handler for the configured interrupt + Priority of shared interrupt handler for the configured interrupt choice depends on SHARED_IRQ_1 diff --git a/drivers/slip/Kconfig b/drivers/slip/Kconfig index d3cfd4afd79..3db947d90db 100644 --- a/drivers/slip/Kconfig +++ b/drivers/slip/Kconfig @@ -83,7 +83,7 @@ config SLIP_MAC_ADDR default "" help Specify a MAC address for the SLIP interface in the form of - six hex 8-bit chars separaed by colons (eg: + six hex 8-bit chars separated by colons (e.g.: aa:33:cc:22:e2:c0). The default is an empty string, which means the code will make 00:00:5E:00:53:XX, where XX will be random. diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index f00e8026ea7..ba4ae112b44 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -40,7 +40,7 @@ config SPI_INTEL default n help Enable support for Intel's SPI controllers. Such controller - was formelly found on XScale chips. It can be found nowadays + was formerly found on XScale chips. It can be found nowadays on CEXXXX Intel media controller and Quark CPU (2 of them). @@ -62,9 +62,9 @@ config SYS_LOG_SPI_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 SPI_CS_GPIO bool "SPI port CS pin is controlled via a GPIO port" diff --git a/drivers/spi/Kconfig.dw b/drivers/spi/Kconfig.dw index 5ae6008cf71..b054c446d81 100644 --- a/drivers/spi/Kconfig.dw +++ b/drivers/spi/Kconfig.dw @@ -57,7 +57,7 @@ config SPI_DW_FIFO_DEPTH int "Rx and Tx FIFO Depth" help Corresponds to the SSI_TX_FIFO_DEPTH and - SSI_RX_FIFO_DEPTH of the DesignWare Syncrhonous + SSI_RX_FIFO_DEPTH of the DesignWare Synchronous Serial Interface. Depth ranges from 2-256. config SPI_DW_PORT_0_CLOCK_GATE_SUBSYS diff --git a/drivers/spi/Kconfig.nrf5 b/drivers/spi/Kconfig.nrf5 index 984e78c151a..449da9b8be3 100644 --- a/drivers/spi/Kconfig.nrf5 +++ b/drivers/spi/Kconfig.nrf5 @@ -13,7 +13,7 @@ menuconfig SPI_NRF5 default n help Enable support for nRF52 MCU series EasyDMA SPI driver. Peripherals - with the same instance id can not be used together. eg SPIM0 and I2C_0 + with the same instance id can not be used together, e.g., SPIM0 and I2C_0 (TWIM0) and SPIS0. You may need to disable I2C_0 or I2C_1. if SPI_NRF5 diff --git a/drivers/usb/device/Kconfig b/drivers/usb/device/Kconfig index 7b693884b2b..a3699052b44 100644 --- a/drivers/usb/device/Kconfig +++ b/drivers/usb/device/Kconfig @@ -35,10 +35,10 @@ config SYS_LOG_USB_DW_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 # USB