Skip to content

Commit b8a8173

Browse files
ndrs-pstdkalowsk
authored andcommitted
drivers: kconfig: fix typo
Utilize a code spell-checking tool to scan for and correct spelling errors in `Kconfig` files within the `drivers` directory. Additionally, incorporates a fix recommended by the reviewer. Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
1 parent 2d3a24b commit b8a8173

File tree

30 files changed

+36
-36
lines changed

30 files changed

+36
-36
lines changed

drivers/audio/Kconfig.dmic_ambiq_pdm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ config PDM_AMBIQ_BUFFER_ALIGNMENT
2424
int "Set the PDM DMA TCB buffer alignment"
2525
default DCACHE_LINE_SIZE if DCACHE
2626
help
27-
PDM buffer should be 32bytes aligned when placed in cachable region.
27+
PDM buffer should be 32bytes aligned when placed in cacheable region.
2828

2929
endif

drivers/auxdisplay/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
menuconfig AUXDISPLAY
77
bool "Auxiliary (textual) Display Drivers"
88
help
9-
Enable auxiliary/texual display drivers (e.g. alphanumerical displays)
9+
Enable auxiliary/textual display drivers (e.g. alphanumerical displays)
1010

1111
if AUXDISPLAY
1212

drivers/bluetooth/hci/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ config BT_H4_NXP_CTLR
371371
depends on DT_HAS_NXP_BT_HCI_UART_ENABLED
372372
help
373373
Enables support for NXP Bluetooth Controller.
374-
More inforamtion about NXP Bluetooth profuct could be found on
374+
More information about NXP Bluetooth products could be found on
375375
https://www.nxp.com/products/wireless-connectivity/wi-fi-plus-bluetooth-plus-802-15-4:WIFI-BLUETOOTH
376376

377377
if BT_H4_NXP_CTLR

drivers/clock_control/Kconfig.siwx91x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ config CLOCK_CONTROL_SILABS_SIWX91X
77
depends on DT_HAS_SILABS_SIWX91X_CLOCK_ENABLED
88
help
99
Enable clock management on Silicon Labs SiWx91x chips. This driver
10-
includes support for HP (High Performace), ULP (Ultra Low Power), and
10+
includes support for HP (High Performance), ULP (Ultra Low Power), and
1111
ULP VBAT clocks.
1212

1313
The original hardware allow to customize the various clocks offered for

drivers/crypto/Kconfig.xec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ config CRYPTO_MCHP_XEC_SYMCR
77
default y
88
depends on DT_HAS_MICROCHIP_XEC_SYMCR_ENABLED
99
help
10-
Enable Microchip XEC symmetic crypto (AES/Hash) driver.
10+
Enable Microchip XEC symmetric crypto (AES/Hash) driver.
1111
Symmetric crypto provides a single hardware interface
1212
to AES and hash engines.

drivers/dma/Kconfig.dw_common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ config DMA_DW_HOST_MASK
3737
default 0
3838
help
3939
Some instances of the DesignWare DMAC require a mask applied to source/destination
40-
addresses to signifiy the memory space the address is in.
40+
addresses to signify the memory space the address is in.
4141

4242
config DMA_DW_CHANNEL_COUNT
4343
int "dw max channel count"

drivers/dma/Kconfig.stm32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ config DMA_STM32
1717
Driver for STM32 DMA V1, V2, V2bis and BDMA types.
1818

1919
config DMA_STM32U5
20-
bool "STM32U5 serie DMA driver"
20+
bool "STM32U5 series DMA driver"
2121
select USE_STM32_LL_DMA
2222
default y
2323
depends on DT_HAS_ST_STM32U5_DMA_ENABLED

drivers/eeprom/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ config EEPROM_AT24
6868
- ST M24xxx
6969

7070
config EEPROM_AT25
71-
bool "SPI EEPROMs compatibile with Atmel's AT25 family"
71+
bool "SPI EEPROMs compatible with Atmel's AT25 family"
7272
default y
7373
depends on DT_HAS_ATMEL_AT25_ENABLED
7474
select SPI

drivers/entropy/Kconfig.npcx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ config ENTROPY_NPCX_DRBG_RESEED_INTERVAL
5454
int "DRBG Reseed Interval"
5555
default 100
5656
help
57-
Number of gererations allowed until next reseeding.
57+
Number of generations allowed until next reseeding.
5858

5959
endif

drivers/entropy/Kconfig.stm32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ config ENTROPY_STM32_CLK_CHECK
6161
configuration depends on STM32 series. Check reference manual if an
6262
error is reported.
6363
This check assumes CED (Clock Error Detected) bit is enabled (when
64-
available, CED is enabeld by default). Disable this check if CED is
64+
available, CED is enabled by default). Disable this check if CED is
6565
disabled.
6666

6767
endif # ENTROPY_STM32_RNG

0 commit comments

Comments
 (0)