From b8a8173c1fd6deb79aab2c65843d87dacdb15c98 Mon Sep 17 00:00:00 2001 From: Pisit Sawangvonganan Date: Sat, 28 Jun 2025 02:42:54 +0700 Subject: [PATCH] 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 --- drivers/audio/Kconfig.dmic_ambiq_pdm | 2 +- drivers/auxdisplay/Kconfig | 2 +- drivers/bluetooth/hci/Kconfig | 2 +- drivers/clock_control/Kconfig.siwx91x | 2 +- drivers/crypto/Kconfig.xec | 2 +- drivers/dma/Kconfig.dw_common | 2 +- drivers/dma/Kconfig.stm32 | 2 +- drivers/eeprom/Kconfig | 2 +- drivers/entropy/Kconfig.npcx | 2 +- drivers/entropy/Kconfig.stm32 | 2 +- drivers/espi/Kconfig.it8xxx2 | 2 +- drivers/firmware/nrf_ironside/Kconfig | 2 +- drivers/fuel_gauge/bq27z746/Kconfig | 2 +- drivers/fuel_gauge/max17048/Kconfig | 2 +- drivers/gnss/Kconfig | 2 +- drivers/gpio/Kconfig.max14906 | 2 +- drivers/gpio/Kconfig.max14916 | 2 +- drivers/gpio/Kconfig.max2219x | 2 +- drivers/i2s/Kconfig.ambiq | 2 +- drivers/i3c/Kconfig | 6 +++--- drivers/input/Kconfig.sbus | 4 ++-- drivers/mspi/Kconfig.ambiq | 2 +- drivers/net/Kconfig | 4 ++-- drivers/sdhc/Kconfig.ambiq | 2 +- drivers/sdhc/Kconfig.sam_hsmci | 2 +- drivers/sdhc/Kconfig.xlnx | 4 ++-- drivers/sensor/memsic/mc3419/Kconfig | 2 +- drivers/serial/Kconfig.npcx | 4 ++-- drivers/spi/Kconfig.ambiq | 2 +- drivers/usb/bc12/Kconfig.pi3usb9201 | 2 +- 30 files changed, 36 insertions(+), 36 deletions(-) diff --git a/drivers/audio/Kconfig.dmic_ambiq_pdm b/drivers/audio/Kconfig.dmic_ambiq_pdm index 53b4c39f6af..88e14230215 100644 --- a/drivers/audio/Kconfig.dmic_ambiq_pdm +++ b/drivers/audio/Kconfig.dmic_ambiq_pdm @@ -24,6 +24,6 @@ config PDM_AMBIQ_BUFFER_ALIGNMENT int "Set the PDM DMA TCB buffer alignment" default DCACHE_LINE_SIZE if DCACHE help - PDM buffer should be 32bytes aligned when placed in cachable region. + PDM buffer should be 32bytes aligned when placed in cacheable region. endif diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig index a9c61664218..fbf751f26c2 100644 --- a/drivers/auxdisplay/Kconfig +++ b/drivers/auxdisplay/Kconfig @@ -6,7 +6,7 @@ menuconfig AUXDISPLAY bool "Auxiliary (textual) Display Drivers" help - Enable auxiliary/texual display drivers (e.g. alphanumerical displays) + Enable auxiliary/textual display drivers (e.g. alphanumerical displays) if AUXDISPLAY diff --git a/drivers/bluetooth/hci/Kconfig b/drivers/bluetooth/hci/Kconfig index f49abaf25ce..f01b539e1f2 100644 --- a/drivers/bluetooth/hci/Kconfig +++ b/drivers/bluetooth/hci/Kconfig @@ -371,7 +371,7 @@ config BT_H4_NXP_CTLR depends on DT_HAS_NXP_BT_HCI_UART_ENABLED help Enables support for NXP Bluetooth Controller. - More inforamtion about NXP Bluetooth profuct could be found on + More information about NXP Bluetooth products could be found on https://www.nxp.com/products/wireless-connectivity/wi-fi-plus-bluetooth-plus-802-15-4:WIFI-BLUETOOTH if BT_H4_NXP_CTLR diff --git a/drivers/clock_control/Kconfig.siwx91x b/drivers/clock_control/Kconfig.siwx91x index 0aa0fc240b8..862898386bb 100644 --- a/drivers/clock_control/Kconfig.siwx91x +++ b/drivers/clock_control/Kconfig.siwx91x @@ -7,7 +7,7 @@ config CLOCK_CONTROL_SILABS_SIWX91X depends on DT_HAS_SILABS_SIWX91X_CLOCK_ENABLED help Enable clock management on Silicon Labs SiWx91x chips. This driver - includes support for HP (High Performace), ULP (Ultra Low Power), and + includes support for HP (High Performance), ULP (Ultra Low Power), and ULP VBAT clocks. The original hardware allow to customize the various clocks offered for diff --git a/drivers/crypto/Kconfig.xec b/drivers/crypto/Kconfig.xec index f2f35e8a44a..c8258f8522b 100644 --- a/drivers/crypto/Kconfig.xec +++ b/drivers/crypto/Kconfig.xec @@ -7,6 +7,6 @@ config CRYPTO_MCHP_XEC_SYMCR default y depends on DT_HAS_MICROCHIP_XEC_SYMCR_ENABLED help - Enable Microchip XEC symmetic crypto (AES/Hash) driver. + Enable Microchip XEC symmetric crypto (AES/Hash) driver. Symmetric crypto provides a single hardware interface to AES and hash engines. diff --git a/drivers/dma/Kconfig.dw_common b/drivers/dma/Kconfig.dw_common index 8b81d4ad3bb..ec47fa86c69 100644 --- a/drivers/dma/Kconfig.dw_common +++ b/drivers/dma/Kconfig.dw_common @@ -37,7 +37,7 @@ config DMA_DW_HOST_MASK default 0 help Some instances of the DesignWare DMAC require a mask applied to source/destination - addresses to signifiy the memory space the address is in. + addresses to signify the memory space the address is in. config DMA_DW_CHANNEL_COUNT int "dw max channel count" diff --git a/drivers/dma/Kconfig.stm32 b/drivers/dma/Kconfig.stm32 index fe1fdee43da..944c068c424 100644 --- a/drivers/dma/Kconfig.stm32 +++ b/drivers/dma/Kconfig.stm32 @@ -17,7 +17,7 @@ config DMA_STM32 Driver for STM32 DMA V1, V2, V2bis and BDMA types. config DMA_STM32U5 - bool "STM32U5 serie DMA driver" + bool "STM32U5 series DMA driver" select USE_STM32_LL_DMA default y depends on DT_HAS_ST_STM32U5_DMA_ENABLED diff --git a/drivers/eeprom/Kconfig b/drivers/eeprom/Kconfig index 02e7fc9eba2..ca8d3c4e472 100644 --- a/drivers/eeprom/Kconfig +++ b/drivers/eeprom/Kconfig @@ -68,7 +68,7 @@ config EEPROM_AT24 - ST M24xxx config EEPROM_AT25 - bool "SPI EEPROMs compatibile with Atmel's AT25 family" + bool "SPI EEPROMs compatible with Atmel's AT25 family" default y depends on DT_HAS_ATMEL_AT25_ENABLED select SPI diff --git a/drivers/entropy/Kconfig.npcx b/drivers/entropy/Kconfig.npcx index fd4c91d82d9..dfae91a7373 100644 --- a/drivers/entropy/Kconfig.npcx +++ b/drivers/entropy/Kconfig.npcx @@ -54,6 +54,6 @@ config ENTROPY_NPCX_DRBG_RESEED_INTERVAL int "DRBG Reseed Interval" default 100 help - Number of gererations allowed until next reseeding. + Number of generations allowed until next reseeding. endif diff --git a/drivers/entropy/Kconfig.stm32 b/drivers/entropy/Kconfig.stm32 index 7c9cfc441a7..494af0d109e 100644 --- a/drivers/entropy/Kconfig.stm32 +++ b/drivers/entropy/Kconfig.stm32 @@ -61,7 +61,7 @@ config ENTROPY_STM32_CLK_CHECK configuration depends on STM32 series. Check reference manual if an error is reported. This check assumes CED (Clock Error Detected) bit is enabled (when - available, CED is enabeld by default). Disable this check if CED is + available, CED is enabled by default). Disable this check if CED is disabled. endif # ENTROPY_STM32_RNG diff --git a/drivers/espi/Kconfig.it8xxx2 b/drivers/espi/Kconfig.it8xxx2 index f9a57f34738..01ab0c929c8 100644 --- a/drivers/espi/Kconfig.it8xxx2 +++ b/drivers/espi/Kconfig.it8xxx2 @@ -132,7 +132,7 @@ config ESPI_IT8XXX2_PNPCFG_DEVICE_KBC_MOUSE # status bit to indicate which cycle triggered the interrupt and data registers # of these two ports are read only. Hence EC have to read these two data # registers at the same time in the ISR. -# It means that the Host must alwasy write 2 bytes of data to port 80 otherwise +# It means that the Host must always write 2 bytes of data to port 80 otherwise # port 81 data will not be updated. config ESPI_IT8XXX2_PORT_81_CYCLE bool "EC accepts 0x81 I/O cycle from eSPI transaction" diff --git a/drivers/firmware/nrf_ironside/Kconfig b/drivers/firmware/nrf_ironside/Kconfig index 4c313618638..6d0fba491f5 100644 --- a/drivers/firmware/nrf_ironside/Kconfig +++ b/drivers/firmware/nrf_ironside/Kconfig @@ -63,7 +63,7 @@ config NRF_IRONSIDE_DVFS_OPPOINT_CHANGE_MUTEX_TIMEOUT_MS int "IRONSside DVFS change oppoint mutex timeout" default 100 help - Maximum tiemout when waiting for DVFS oppoint change mutex lock. + Maximum timeout when waiting for DVFS oppoint change mutex lock. endif # NRF_IRONSIDE_DVFS_SERVICE diff --git a/drivers/fuel_gauge/bq27z746/Kconfig b/drivers/fuel_gauge/bq27z746/Kconfig index 26f3d2612d8..093817b0891 100644 --- a/drivers/fuel_gauge/bq27z746/Kconfig +++ b/drivers/fuel_gauge/bq27z746/Kconfig @@ -12,7 +12,7 @@ config BQ27Z746 Enable I2C-based driver for BQ27Z746 Fuel Gauge. config EMUL_BQ27Z746 - bool "Emulate an BQ27Z746 fuel gague" + bool "Emulate a BQ27Z746 fuel gauge" default y depends on EMUL depends on BQ27Z746 diff --git a/drivers/fuel_gauge/max17048/Kconfig b/drivers/fuel_gauge/max17048/Kconfig index bc4713497ba..159d9423711 100644 --- a/drivers/fuel_gauge/max17048/Kconfig +++ b/drivers/fuel_gauge/max17048/Kconfig @@ -13,7 +13,7 @@ config MAX17048 Enable driver for the MAX17048 fuel gauge device. config EMUL_MAX17048 - bool "Emulate an MAX17048 fuel gague" + bool "Emulate a MAX17048 fuel gauge" default y depends on EMUL depends on MAX17048 diff --git a/drivers/gnss/Kconfig b/drivers/gnss/Kconfig index 94f2b56147f..cbb504add46 100644 --- a/drivers/gnss/Kconfig +++ b/drivers/gnss/Kconfig @@ -12,7 +12,7 @@ if GNSS config GNSS_SATELLITES bool "GNSS satellites support" help - Enable GNSS sattelites callback. + Enable GNSS satellites callback. config GNSS_DUMP bool "GNSS dump support" diff --git a/drivers/gpio/Kconfig.max14906 b/drivers/gpio/Kconfig.max14906 index 0bf353a128e..2faeee593ff 100644 --- a/drivers/gpio/Kconfig.max14906 +++ b/drivers/gpio/Kconfig.max14906 @@ -9,7 +9,7 @@ menuconfig GPIO_MAX14906 default y depends on DT_HAS_ADI_MAX14906_GPIO_ENABLED && SPI help - Enabe MAX14906 quad industrial digital + Enable MAX14906 quad industrial digital input/output with diagnostics config GPIO_MAX14906_INIT_PRIORITY diff --git a/drivers/gpio/Kconfig.max14916 b/drivers/gpio/Kconfig.max14916 index f98c0bced3b..b9762cf9353 100644 --- a/drivers/gpio/Kconfig.max14916 +++ b/drivers/gpio/Kconfig.max14916 @@ -9,7 +9,7 @@ menuconfig GPIO_MAX14916 default y depends on (DT_HAS_ADI_MAX14916_GPIO_ENABLED || DT_HAS_ADI_MAX14915_GPIO_ENABLED) && SPI help - Enabe MAX1416 octal industrial digital + Enable MAX1416 octal industrial digital output with diagnostics config GPIO_MAX14916_INIT_PRIORITY diff --git a/drivers/gpio/Kconfig.max2219x b/drivers/gpio/Kconfig.max2219x index e1051dd02e7..70001da5960 100644 --- a/drivers/gpio/Kconfig.max2219x +++ b/drivers/gpio/Kconfig.max2219x @@ -10,7 +10,7 @@ menuconfig GPIO_MAX2219X depends on SPI depends on DT_HAS_ADI_MAX22190_GPIO_ENABLED || DT_HAS_ADI_MAX22199_GPIO_ENABLED help - Enabe MAX2219X Octal industrial digital + Enable MAX2219X Octal industrial digital input with diagnostics config GPIO_MAX22190_INIT_PRIORITY diff --git a/drivers/i2s/Kconfig.ambiq b/drivers/i2s/Kconfig.ambiq index 68d26a55be8..ee2e2f99835 100644 --- a/drivers/i2s/Kconfig.ambiq +++ b/drivers/i2s/Kconfig.ambiq @@ -24,7 +24,7 @@ config I2S_AMBIQ_BUFFER_ALIGNMENT int "Set the I2S DMA TCB buffer alignment" default DCACHE_LINE_SIZE if DCACHE help - I2S buffer should be 32bytes aligned when placed in cachable region. + I2S buffer should be 32bytes aligned when placed in cacheable region. config I2S_AMBIQ_RX_BLOCK_COUNT int "RX queue length" diff --git a/drivers/i3c/Kconfig b/drivers/i3c/Kconfig index 6e43fd1a000..db0947c4d8c 100644 --- a/drivers/i3c/Kconfig +++ b/drivers/i3c/Kconfig @@ -72,7 +72,7 @@ config I3C_IBI_MAX_PAYLOAD_SIZE int "Maximum IBI Payload Size" default 16 help - Maxmium IBI payload size. + Maximum IBI payload size. menuconfig I3C_IBI_WORKQUEUE bool "Use IBI Workqueue" @@ -144,7 +144,7 @@ config I3C_NUM_OF_DESC_MEM_SLABS default 3 help This is the number of memory slabs allocated from when - there is a device encounted through ENTDAA or DEFTGTS that + there is a device encountered through ENTDAA or DEFTGTS that is not within known I3C devices. config I3C_I2C_NUM_OF_DESC_MEM_SLABS @@ -152,7 +152,7 @@ config I3C_I2C_NUM_OF_DESC_MEM_SLABS default 3 help This is the number of memory slabs allocated from when - there is a device encounted through DEFTGTS that is not + there is a device encountered through DEFTGTS that is not within known I2C devices. endif # I3C_CONTROLLER && I3C_TARGET diff --git a/drivers/input/Kconfig.sbus b/drivers/input/Kconfig.sbus index b67845c8e37..5c69479b640 100644 --- a/drivers/input/Kconfig.sbus +++ b/drivers/input/Kconfig.sbus @@ -42,13 +42,13 @@ config INPUT_SBUS_CHANNEL_VALUE_ONE default 1800 help SBUS sends analogue values for digital switches. This config value - sets the threshold to interperted the analogue value as an logic 1 + sets the threshold to interpret the analogue value as a logic 1 config INPUT_SBUS_CHANNEL_VALUE_ZERO int "Threshold value < for INPUT_EV_KEY value 0" default 1200 help SBUS sends analogue values for digital switches. This config value - sets the threshold to interperted the analogue value as an logic 0 + sets the threshold to interpret the analogue value as a logic 0 endif # INPUT_SBUS diff --git a/drivers/mspi/Kconfig.ambiq b/drivers/mspi/Kconfig.ambiq index 1deb9366bb6..b4170777681 100644 --- a/drivers/mspi/Kconfig.ambiq +++ b/drivers/mspi/Kconfig.ambiq @@ -60,7 +60,7 @@ config MSPI_AMBIQ_TIMING_SCAN_BUFFER_SIZE help This option specifies the memory buffer size used for timing scan, carefully adjust this size between a few KBs to hundreds of KBs to achieve - balance between time and accurary + balance between time and accuracy config MSPI_AMBIQ_TIMING_SCAN_DATA_SIZE int "Total data sizes in bytes used in timing scan" diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index a6afaa31086..30f3b4fb30f 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -193,9 +193,9 @@ menuconfig NET_LOOPBACK if NET_LOOPBACK config NET_LOOPBACK_SIMULATE_PACKET_DROP - bool "Controlable packet drop" + bool "Controllable packet drop" help - Enable interface to have a controlable packet drop rate, only for + Enable interface to have a controllable packet drop rate, only for testing, should not be enabled for normal applications config NET_LOOPBACK_MTU diff --git a/drivers/sdhc/Kconfig.ambiq b/drivers/sdhc/Kconfig.ambiq index 44e465aca94..59f442ad0f8 100644 --- a/drivers/sdhc/Kconfig.ambiq +++ b/drivers/sdhc/Kconfig.ambiq @@ -26,6 +26,6 @@ config SDHC_BUFFER_ALIGNMENT default 32 if DCACHE default 16 help - SDHC buffer should be 32bytes aligned when placed in cachable region. + SDHC buffer should be 32bytes aligned when placed in cacheable region. endif diff --git a/drivers/sdhc/Kconfig.sam_hsmci b/drivers/sdhc/Kconfig.sam_hsmci index 183e028cf48..fbbb93a2d68 100644 --- a/drivers/sdhc/Kconfig.sam_hsmci +++ b/drivers/sdhc/Kconfig.sam_hsmci @@ -31,7 +31,7 @@ config SAM_HSMCI_PWRSAVE_DIV int "Divisor value of clock when in power-save mode" default 7 help - SD clock freqeuncy is divided by 2**(N+1) where N + SD clock frequency is divided by 2**(N+1) where N is the divisor value. Valid values are 0 to 7. endif # SAM_HSMCI_PWRSAVE diff --git a/drivers/sdhc/Kconfig.xlnx b/drivers/sdhc/Kconfig.xlnx index 4304081b900..048f90dc097 100644 --- a/drivers/sdhc/Kconfig.xlnx +++ b/drivers/sdhc/Kconfig.xlnx @@ -20,9 +20,9 @@ config SDHC_BUFFER_ALIGNMENT default 32 config HOST_ADMA2_DESC_SIZE - int "Max discripter SIZE" + int "Max descriptor SIZE" default 32 help - Set max number of discriptor support + Set max number of descriptors supported endif diff --git a/drivers/sensor/memsic/mc3419/Kconfig b/drivers/sensor/memsic/mc3419/Kconfig index 669566b9d8b..51488473484 100644 --- a/drivers/sensor/memsic/mc3419/Kconfig +++ b/drivers/sensor/memsic/mc3419/Kconfig @@ -3,7 +3,7 @@ # Copyright (c) 2023 Linumiz menuconfig MC3419 - bool "MC3419 acclerometer driver" + bool "MC3419 accelerometer driver" default y depends on DT_HAS_MEMSIC_MC3419_ENABLED select I2C if $(dt_compat_on_bus,$(DT_COMPAT_MEMSIC_MC3419),i2c) diff --git a/drivers/serial/Kconfig.npcx b/drivers/serial/Kconfig.npcx index 2c0fd8dc353..74a17370a41 100644 --- a/drivers/serial/Kconfig.npcx +++ b/drivers/serial/Kconfig.npcx @@ -17,8 +17,8 @@ config UART_NPCX processors. Say y if you wish to use serial port on NPCX MCU. -# Expose this option when the reg porperty has two register base address. -# i.e. One UART register bass address and one MDMA register base address. +# Expose this option when the reg property has two register base addresses. +# i.e. One UART register base address and one MDMA register base address. config UART_NPCX_USE_MDMA bool "Nuvoton NPCX embedded controller (EC) serial driver DMA support" depends on UART_NPCX && "$(dt_node_reg_addr_hex,$(DT_UART_NPCX),1)" != 0 diff --git a/drivers/spi/Kconfig.ambiq b/drivers/spi/Kconfig.ambiq index 76f1400fcd1..6c6d8ebdaad 100644 --- a/drivers/spi/Kconfig.ambiq +++ b/drivers/spi/Kconfig.ambiq @@ -55,7 +55,7 @@ config SPI_AMBIQ_BLEIF_TIMING_TRACE bool "Ambiq SPI-BLEIF timing trace" help The pins for the SPI transceiver are not exposed from the chips - and no need for user to confiugre them. But the chips design the + and no need for user to configure them. But the chips design the configurable BLEIF timing observation functions on other exposed pins. The user can enable it to configure the pins for timing trace purpose. diff --git a/drivers/usb/bc12/Kconfig.pi3usb9201 b/drivers/usb/bc12/Kconfig.pi3usb9201 index d4fd94b316a..4db0de20ee5 100644 --- a/drivers/usb/bc12/Kconfig.pi3usb9201 +++ b/drivers/usb/bc12/Kconfig.pi3usb9201 @@ -35,7 +35,7 @@ config USB_BC12_PI3USB9201_CDP_ERRATA Downstream Port). This is a workaround for a glitch seen on the USB data lines when - operating in CDP mode. Note that the BC1.2 negotiation compeletes + operating in CDP mode. Note that the BC1.2 negotiation completes before switching to SDP mode, so the attached portable device can continue to draw up to 1.5 A.