spell: fix Kconfig help typos: /boards /drivers

Fix misspellings in Kconfig help text

Change-Id: I3ae28a5d23d8e266612114bc0eb8a6e158129dc7
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2017-04-21 10:29:51 -07:00 committed by Anas Nashif
commit 93e4d7258d
38 changed files with 96 additions and 96 deletions

View file

@ -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.

View file

@ -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"

View file

@ -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

View file

@ -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

View file

@ -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"

View file

@ -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"

View file

@ -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.

View file

@ -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.

View file

@ -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] "

View file

@ -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"

View file

@ -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.

View file

@ -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

View file

@ -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"

View file

@ -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"

View file

@ -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

View file

@ -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"

View file

@ -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.

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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"

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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"

View file

@ -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 #####

View file

@ -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

View file

@ -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.

View file

@ -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"

View file

@ -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"

View file

@ -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.

View file

@ -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.

View file

@ -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

View file

@ -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.

View file

@ -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"

View file

@ -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

View file

@ -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

View file

@ -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