From 0ec49fa570a76060c5b99187eba8c1682ed133f2 Mon Sep 17 00:00:00 2001 From: Pisit Sawangvonganan Date: Sat, 28 Jun 2025 02:52:54 +0700 Subject: [PATCH] kconfig: fix typo in (soc, subsys) Utilize a code spell-checking tool to scan for and correct spelling errors in `Kconfig` files within the `soc` and `subsys` directory. Additionally, incorporates a fix recommended by the reviewer. Signed-off-by: Pisit Sawangvonganan --- soc/atmel/sam0/common/Kconfig.samd2x | 2 +- soc/espressif/esp32s3/Kconfig | 3 ++- soc/intel/intel_adsp/Kconfig | 4 ++-- soc/intel/intel_adsp/Kconfig.defconfig | 2 +- soc/nxp/imxrt/imxrt118x/Kconfig | 4 ++-- soc/nxp/rw/Kconfig | 2 +- soc/renesas/rx/Kconfig | 2 +- soc/silabs/Kconfig | 2 +- soc/st/stm32/Kconfig | 2 +- soc/st/stm32/Kconfig.defconfig | 2 +- subsys/bluetooth/controller/Kconfig | 2 +- subsys/canbus/isotp/Kconfig | 2 +- subsys/debug/coredump/Kconfig | 2 +- subsys/ipc/ipc_service/backends/Kconfig | 10 +++++----- subsys/logging/Kconfig.processing | 2 +- subsys/mgmt/ec_host_cmd/Kconfig.logging | 2 +- subsys/mgmt/mcumgr/smp/Kconfig | 4 ++-- 17 files changed, 25 insertions(+), 24 deletions(-) diff --git a/soc/atmel/sam0/common/Kconfig.samd2x b/soc/atmel/sam0/common/Kconfig.samd2x index 11f76f608a1..c9de00e3249 100644 --- a/soc/atmel/sam0/common/Kconfig.samd2x +++ b/soc/atmel/sam0/common/Kconfig.samd2x @@ -8,7 +8,7 @@ config SOC_ATMEL_SAMD_NVM_WAIT_STATES default 1 help Wait states to set for NVM. Consult the datasheet as these are highly - dependent on the device operationg conditions. + dependent on the device operating conditions. config SOC_ATMEL_SAMD_OSC32K bool "Internal 32.768 kHz RC oscillator" diff --git a/soc/espressif/esp32s3/Kconfig b/soc/espressif/esp32s3/Kconfig index 99ebadeb440..5fa2d4607e8 100644 --- a/soc/espressif/esp32s3/Kconfig +++ b/soc/espressif/esp32s3/Kconfig @@ -152,7 +152,8 @@ config MAC_BB_PD help If enabled, the MAC and baseband of Wi-Fi and Bluetooth will be powered down when PHY is disabled. Enabling this setting reduces power consumption - by a small amount but increases RAM use by approximat + by a small amount but increases RAM use by approximately 4KB (Wi-Fi only), + 2KB (Bluetooth only) or 5.3KB (Wi-Fi + Bluetooth). endmenu # Cache config diff --git a/soc/intel/intel_adsp/Kconfig b/soc/intel/intel_adsp/Kconfig index 5f259e182c9..27a8e838b67 100644 --- a/soc/intel/intel_adsp/Kconfig +++ b/soc/intel/intel_adsp/Kconfig @@ -142,8 +142,8 @@ config XTENSA_WAITI_BUG config ADSP_IDLE_CLOCK_GATING bool "DSP clock gating in Idle" help - When true, FW will run with enabled clock gating. This options change - HW configuration of a DSP. Evry time core goes to the WAITI state + When true, FW will run with enabled clock gating. This option changes + HW configuration of a DSP. Every time core goes to the WAITI state (wait for interrupt) during idle, the clock can be gated (however, this does not mean that this will happen). diff --git a/soc/intel/intel_adsp/Kconfig.defconfig b/soc/intel/intel_adsp/Kconfig.defconfig index 5a2ff345e25..1d8312e7fb6 100644 --- a/soc/intel/intel_adsp/Kconfig.defconfig +++ b/soc/intel/intel_adsp/Kconfig.defconfig @@ -18,7 +18,7 @@ config XTENSA_RPO_CACHE def_bool y # console can't handle the amount of data coming from many tests, so introduce -# a delay beween testcases. +# a delay between testcases. if ZTEST config ZTEST_TEST_DELAY_MS default 100 diff --git a/soc/nxp/imxrt/imxrt118x/Kconfig b/soc/nxp/imxrt/imxrt118x/Kconfig index a796f9d35b9..01d8c7a9745 100644 --- a/soc/nxp/imxrt/imxrt118x/Kconfig +++ b/soc/nxp/imxrt/imxrt118x/Kconfig @@ -39,11 +39,11 @@ config IMAGE_CONTAINER_OFFSET default 0x1000 help Image container is a boot image format that is used by ROM. Container - format consists container header, image arrary entry, signature block + format consists of container header, image array entry, signature block and user program images and data. The boot ROM expects container data to be saved in external memory. -# Note- This config present the offest between container header and user +# Note- This config presents the offset between container header and user # image. If ROM_START_OFFSET changed, you also need to change CONTAINER_USER_IMAGE_OFFSET # value. CONTAINER_USER_IMAGE_OFFSET = ROM_START_OFFSET - IMAGE_CONTAINER_OFFSET. config CONTAINER_USER_IMAGE_OFFSET diff --git a/soc/nxp/rw/Kconfig b/soc/nxp/rw/Kconfig index a32483ad0c1..63a2e28b732 100644 --- a/soc/nxp/rw/Kconfig +++ b/soc/nxp/rw/Kconfig @@ -39,7 +39,7 @@ config FLASH_CONFIG_OFFSET default 0x400 help The flash config offset provides the boot ROM with the on-board - flash type and parameters. The boot ROM requires a fixed flash conifg + flash type and parameters. The boot ROM requires a fixed flash config offset for FlexSPI device. config IMAGE_VECTOR_TABLE_OFFSET diff --git a/soc/renesas/rx/Kconfig b/soc/renesas/rx/Kconfig index f0670b850e3..2f5253bf541 100644 --- a/soc/renesas/rx/Kconfig +++ b/soc/renesas/rx/Kconfig @@ -10,7 +10,7 @@ config RENESAS_NONE_USED_PORT_INIT bool "Initialize unused ports" default y help - Initialize the unsed pins of RX MCU followed by in the "Handling of + Initialize the unused pins of RX MCU followed by in the "Handling of Unused Pins" section of PORT chapter of RX MCU of User's manual. Note: please MUST set "BSP_PACKAGE_PINS" definition to your device of pin type in r_bsp_config.h. diff --git a/soc/silabs/Kconfig b/soc/silabs/Kconfig index dcf8de541c6..1fb5535ac67 100644 --- a/soc/silabs/Kconfig +++ b/soc/silabs/Kconfig @@ -9,7 +9,7 @@ if SOC_FAMILY_SILABS_S0 || SOC_FAMILY_SILABS_S1 || SOC_FAMILY_SILABS_S2 config SOC_GECKO_SDID int help - Gecko SDK sometime refere to the chipset using the internal ID. This + Sometimes, Gecko SDK refers to the chipset using the internal ID. This entry reflects this ID. config SOC_GECKO_BURTC diff --git a/soc/st/stm32/Kconfig b/soc/st/stm32/Kconfig index c8ea791e5a6..b4d1e1148ae 100644 --- a/soc/st/stm32/Kconfig +++ b/soc/st/stm32/Kconfig @@ -36,7 +36,7 @@ config STM32_ENABLE_DEBUG_SLEEP_STOP Some STM32 parts disable the DBGMCU in sleep/stop modes because of power consumption. As a side-effects this prevents debuggers from attaching w/o resetting the target. This - effectivly destroys the use-case of `west attach`. Also + effectively destroys the use-case of `west attach`. Also SEGGER RTT and similar technologies need this. config SWJ_ANALOG_PRIORITY diff --git a/soc/st/stm32/Kconfig.defconfig b/soc/st/stm32/Kconfig.defconfig index 1c22276fb21..aafb321151a 100644 --- a/soc/st/stm32/Kconfig.defconfig +++ b/soc/st/stm32/Kconfig.defconfig @@ -3,7 +3,7 @@ # Copyright (c) 2017, I-SENSE group of ICCS # SPDX-License-Identifier: Apache-2.0 -# Default configurations appplied tp the whole STM32 family +# Default configurations applied to the whole STM32 family if SOC_FAMILY_STM32 diff --git a/subsys/bluetooth/controller/Kconfig b/subsys/bluetooth/controller/Kconfig index 4fd542a5a09..02042b35074 100644 --- a/subsys/bluetooth/controller/Kconfig +++ b/subsys/bluetooth/controller/Kconfig @@ -128,7 +128,7 @@ config BT_CTLR_SUBRATING_SUPPORT config BT_CTLR_CHANNEL_SOUNDING_SUPPORT bool -# Virtual option that all local LL implemenations should select +# Virtual option that all local LL implementations should select config HAS_BT_CTLR bool diff --git a/subsys/canbus/isotp/Kconfig b/subsys/canbus/isotp/Kconfig index 281692cf95e..c643f22ca18 100644 --- a/subsys/canbus/isotp/Kconfig +++ b/subsys/canbus/isotp/Kconfig @@ -87,7 +87,7 @@ config ISOTP_RX_SF_FF_BUF_COUNT default 4 help This buffer is used for first and single frames. It is extra because the - buffer has to be ready for the first reception in isr context and therefor + buffer has to be ready for the first reception in isr context and therefore is allocated when binding. Each buffer will occupy CAN_MAX_DLEN - 1 byte + header (sizeof(struct net_buf)) amount of data. diff --git a/subsys/debug/coredump/Kconfig b/subsys/debug/coredump/Kconfig index 1e763e522e1..c4e93605988 100644 --- a/subsys/debug/coredump/Kconfig +++ b/subsys/debug/coredump/Kconfig @@ -45,7 +45,7 @@ config DEBUG_COREDUMP_BACKEND_INTEL_ADSP_MEM_WINDOW help Core dump is done via memory window slot[1]. It is Intel ADSP memory region shared with xtensa DSP. - Window 2 slot [1] is reserved for debuging information. + Window 2 slot [1] is reserved for debugging information. config DEBUG_COREDUMP_BACKEND_OTHER bool "Backend subsystem for coredump defined out of tree" diff --git a/subsys/ipc/ipc_service/backends/Kconfig b/subsys/ipc/ipc_service/backends/Kconfig index 8230465e246..bb8b444898f 100644 --- a/subsys/ipc/ipc_service/backends/Kconfig +++ b/subsys/ipc/ipc_service/backends/Kconfig @@ -23,7 +23,7 @@ config IPC_SERVICE_BACKEND_ICMSG depends on DT_HAS_ZEPHYR_IPC_ICMSG_ENABLED select IPC_SERVICE_ICMSG help - Chosing this backend results in single endpoint implementation based + Choosing this backend results in single endpoint implementation based on circular packet buffer. config IPC_SERVICE_BACKEND_ICMSG_ME_INITIATOR @@ -33,8 +33,8 @@ config IPC_SERVICE_BACKEND_ICMSG_ME_INITIATOR depends on DT_HAS_ZEPHYR_IPC_ICMSG_ME_INITIATOR_ENABLED select IPC_SERVICE_ICMSG_ME help - Chosing this backend results in multi endpoint implementation based - on circular packet buffer. This enables enpoint discovery initiator + Choosing this backend results in multi endpoint implementation based + on circular packet buffer. This enables endpoint discovery initiator role. config IPC_SERVICE_BACKEND_ICMSG_ME_FOLLOWER @@ -44,8 +44,8 @@ config IPC_SERVICE_BACKEND_ICMSG_ME_FOLLOWER depends on DT_HAS_ZEPHYR_IPC_ICMSG_ME_FOLLOWER_ENABLED select IPC_SERVICE_ICMSG_ME help - Chosing this backend results in multi endpoint implementation based - on circular packet buffer. This enables enpoint discovery follower + Choosing this backend results in multi endpoint implementation based + on circular packet buffer. This enables endpoint discovery follower role. rsource "Kconfig.icmsg_me" diff --git a/subsys/logging/Kconfig.processing b/subsys/logging/Kconfig.processing index 2f7516c3df3..8681186fb31 100644 --- a/subsys/logging/Kconfig.processing +++ b/subsys/logging/Kconfig.processing @@ -114,7 +114,7 @@ config LOG_PROCESS_THREAD_PRIORITY depends on LOG_PROCESS_THREAD_CUSTOM_PRIORITY help The priority of the log processing thread. - When not set the prority is set to K_LOWEST_APPLICATION_THREAD_PRIO. + When not set the priority is set to K_LOWEST_APPLICATION_THREAD_PRIO. endif # LOG_PROCESS_THREAD diff --git a/subsys/mgmt/ec_host_cmd/Kconfig.logging b/subsys/mgmt/ec_host_cmd/Kconfig.logging index 96de59e39cd..ca225309929 100644 --- a/subsys/mgmt/ec_host_cmd/Kconfig.logging +++ b/subsys/mgmt/ec_host_cmd/Kconfig.logging @@ -8,7 +8,7 @@ config EC_HOST_CMD_LOG_DBG_BUFFERS depends on EC_HC_LOG_LEVEL_DBG help Every command is logged with the debug logging level. Use this config - to decide, if full reqest and response buffers are logged alongside + to decide if full request and response buffers are logged alongside other command parameters. config EC_HOST_CMD_LOG_SUPPRESSED_NUMBER diff --git a/subsys/mgmt/mcumgr/smp/Kconfig b/subsys/mgmt/mcumgr/smp/Kconfig index b460067dd84..aab861fa9cf 100644 --- a/subsys/mgmt/mcumgr/smp/Kconfig +++ b/subsys/mgmt/mcumgr/smp/Kconfig @@ -31,7 +31,7 @@ config MCUMGR_SMP_CBOR_MIN_DECODING_LEVELS help Minimal decoding levels, map/list encapsulation, required to be supported by zcbor decoding of SMP responses - is auto genereated from MCUMGR_SMP_CBOR_MIN_DECODING_LEVEL_? options. + is auto generated from MCUMGR_SMP_CBOR_MIN_DECODING_LEVEL_? options. A group or command that adds additional maps/lists above the base map, which is already taken into account, should select one of the MCUMGR_SMP_CBOR_MIN_DECODING_LEVEL_?. @@ -87,7 +87,7 @@ config MCUMGR_SMP_CBOR_MIN_ENCODING_LEVELS help Minimal encoding levels, map/list encapsulation, required to be supported by zcbor encoding of SMP responses - is auto genereated from MCUMGR_SMP_CBOR_MIN_ENCODING_LEVEL_? options. + is auto generated from MCUMGR_SMP_CBOR_MIN_ENCODING_LEVEL_? options. A group or command that adds additional maps/lists above the base map, which is already taken into account, should select one of the MCUMGR_SMP_CBOR_MIN_ENCODING_LEVEL_?.