Browse Source

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 <pisit@ndrsolution.com>
pull/88157/merge
Pisit Sawangvonganan 2 weeks ago committed by Dan Kalowsky
parent
commit
0ec49fa570
  1. 2
      soc/atmel/sam0/common/Kconfig.samd2x
  2. 3
      soc/espressif/esp32s3/Kconfig
  3. 4
      soc/intel/intel_adsp/Kconfig
  4. 2
      soc/intel/intel_adsp/Kconfig.defconfig
  5. 4
      soc/nxp/imxrt/imxrt118x/Kconfig
  6. 2
      soc/nxp/rw/Kconfig
  7. 2
      soc/renesas/rx/Kconfig
  8. 2
      soc/silabs/Kconfig
  9. 2
      soc/st/stm32/Kconfig
  10. 2
      soc/st/stm32/Kconfig.defconfig
  11. 2
      subsys/bluetooth/controller/Kconfig
  12. 2
      subsys/canbus/isotp/Kconfig
  13. 2
      subsys/debug/coredump/Kconfig
  14. 10
      subsys/ipc/ipc_service/backends/Kconfig
  15. 2
      subsys/logging/Kconfig.processing
  16. 2
      subsys/mgmt/ec_host_cmd/Kconfig.logging
  17. 4
      subsys/mgmt/mcumgr/smp/Kconfig

2
soc/atmel/sam0/common/Kconfig.samd2x

@ -8,7 +8,7 @@ config SOC_ATMEL_SAMD_NVM_WAIT_STATES @@ -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"

3
soc/espressif/esp32s3/Kconfig

@ -152,7 +152,8 @@ config MAC_BB_PD @@ -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

4
soc/intel/intel_adsp/Kconfig

@ -142,8 +142,8 @@ config XTENSA_WAITI_BUG @@ -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).

2
soc/intel/intel_adsp/Kconfig.defconfig

@ -18,7 +18,7 @@ config XTENSA_RPO_CACHE @@ -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

4
soc/nxp/imxrt/imxrt118x/Kconfig

@ -39,11 +39,11 @@ config IMAGE_CONTAINER_OFFSET @@ -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

2
soc/nxp/rw/Kconfig

@ -39,7 +39,7 @@ config FLASH_CONFIG_OFFSET @@ -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

2
soc/renesas/rx/Kconfig

@ -10,7 +10,7 @@ config RENESAS_NONE_USED_PORT_INIT @@ -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.

2
soc/silabs/Kconfig

@ -9,7 +9,7 @@ if SOC_FAMILY_SILABS_S0 || SOC_FAMILY_SILABS_S1 || SOC_FAMILY_SILABS_S2 @@ -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

2
soc/st/stm32/Kconfig

@ -36,7 +36,7 @@ config STM32_ENABLE_DEBUG_SLEEP_STOP @@ -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

2
soc/st/stm32/Kconfig.defconfig

@ -3,7 +3,7 @@ @@ -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

2
subsys/bluetooth/controller/Kconfig

@ -128,7 +128,7 @@ config BT_CTLR_SUBRATING_SUPPORT @@ -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

2
subsys/canbus/isotp/Kconfig

@ -87,7 +87,7 @@ config ISOTP_RX_SF_FF_BUF_COUNT @@ -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.

2
subsys/debug/coredump/Kconfig

@ -45,7 +45,7 @@ config DEBUG_COREDUMP_BACKEND_INTEL_ADSP_MEM_WINDOW @@ -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"

10
subsys/ipc/ipc_service/backends/Kconfig

@ -23,7 +23,7 @@ config IPC_SERVICE_BACKEND_ICMSG @@ -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 @@ -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 @@ -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"

2
subsys/logging/Kconfig.processing

@ -114,7 +114,7 @@ config LOG_PROCESS_THREAD_PRIORITY @@ -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

2
subsys/mgmt/ec_host_cmd/Kconfig.logging

@ -8,7 +8,7 @@ config EC_HOST_CMD_LOG_DBG_BUFFERS @@ -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

4
subsys/mgmt/mcumgr/smp/Kconfig

@ -31,7 +31,7 @@ config MCUMGR_SMP_CBOR_MIN_DECODING_LEVELS @@ -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 @@ -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_?.

Loading…
Cancel
Save