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
default 1 default 1
help help
Wait states to set for NVM. Consult the datasheet as these are highly 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 config SOC_ATMEL_SAMD_OSC32K
bool "Internal 32.768 kHz RC oscillator" bool "Internal 32.768 kHz RC oscillator"

3
soc/espressif/esp32s3/Kconfig

@ -152,7 +152,8 @@ config MAC_BB_PD
help help
If enabled, the MAC and baseband of Wi-Fi and Bluetooth will be powered 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 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 endmenu # Cache config

4
soc/intel/intel_adsp/Kconfig

@ -142,8 +142,8 @@ config XTENSA_WAITI_BUG
config ADSP_IDLE_CLOCK_GATING config ADSP_IDLE_CLOCK_GATING
bool "DSP clock gating in Idle" bool "DSP clock gating in Idle"
help help
When true, FW will run with enabled clock gating. This options change When true, FW will run with enabled clock gating. This option changes
HW configuration of a DSP. Evry time core goes to the WAITI state 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 (wait for interrupt) during idle, the clock can be gated (however, this
does not mean that this will happen). does not mean that this will happen).

2
soc/intel/intel_adsp/Kconfig.defconfig

@ -18,7 +18,7 @@ config XTENSA_RPO_CACHE
def_bool y def_bool y
# console can't handle the amount of data coming from many tests, so introduce # console can't handle the amount of data coming from many tests, so introduce
# a delay beween testcases. # a delay between testcases.
if ZTEST if ZTEST
config ZTEST_TEST_DELAY_MS config ZTEST_TEST_DELAY_MS
default 100 default 100

4
soc/nxp/imxrt/imxrt118x/Kconfig

@ -39,11 +39,11 @@ config IMAGE_CONTAINER_OFFSET
default 0x1000 default 0x1000
help help
Image container is a boot image format that is used by ROM. Container 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 and user program images and data. The boot ROM expects container data
to be saved in external memory. 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 # 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. # value. CONTAINER_USER_IMAGE_OFFSET = ROM_START_OFFSET - IMAGE_CONTAINER_OFFSET.
config CONTAINER_USER_IMAGE_OFFSET config CONTAINER_USER_IMAGE_OFFSET

2
soc/nxp/rw/Kconfig

@ -39,7 +39,7 @@ config FLASH_CONFIG_OFFSET
default 0x400 default 0x400
help help
The flash config offset provides the boot ROM with the on-board 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. offset for FlexSPI device.
config IMAGE_VECTOR_TABLE_OFFSET config IMAGE_VECTOR_TABLE_OFFSET

2
soc/renesas/rx/Kconfig

@ -10,7 +10,7 @@ config RENESAS_NONE_USED_PORT_INIT
bool "Initialize unused ports" bool "Initialize unused ports"
default y default y
help 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. Unused Pins" section of PORT chapter of RX MCU of User's manual.
Note: please MUST set "BSP_PACKAGE_PINS" definition to your device Note: please MUST set "BSP_PACKAGE_PINS" definition to your device
of pin type in r_bsp_config.h. 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
config SOC_GECKO_SDID config SOC_GECKO_SDID
int int
help 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. entry reflects this ID.
config SOC_GECKO_BURTC config SOC_GECKO_BURTC

2
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 Some STM32 parts disable the DBGMCU in sleep/stop modes because
of power consumption. As a side-effects this prevents of power consumption. As a side-effects this prevents
debuggers from attaching w/o resetting the target. This 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. SEGGER RTT and similar technologies need this.
config SWJ_ANALOG_PRIORITY config SWJ_ANALOG_PRIORITY

2
soc/st/stm32/Kconfig.defconfig

@ -3,7 +3,7 @@
# Copyright (c) 2017, I-SENSE group of ICCS # Copyright (c) 2017, I-SENSE group of ICCS
# SPDX-License-Identifier: Apache-2.0 # 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 if SOC_FAMILY_STM32

2
subsys/bluetooth/controller/Kconfig

@ -128,7 +128,7 @@ config BT_CTLR_SUBRATING_SUPPORT
config BT_CTLR_CHANNEL_SOUNDING_SUPPORT config BT_CTLR_CHANNEL_SOUNDING_SUPPORT
bool bool
# Virtual option that all local LL implemenations should select # Virtual option that all local LL implementations should select
config HAS_BT_CTLR config HAS_BT_CTLR
bool bool

2
subsys/canbus/isotp/Kconfig

@ -87,7 +87,7 @@ config ISOTP_RX_SF_FF_BUF_COUNT
default 4 default 4
help help
This buffer is used for first and single frames. It is extra because the 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. is allocated when binding.
Each buffer will occupy CAN_MAX_DLEN - 1 byte + header (sizeof(struct net_buf)) Each buffer will occupy CAN_MAX_DLEN - 1 byte + header (sizeof(struct net_buf))
amount of data. amount of data.

2
subsys/debug/coredump/Kconfig

@ -45,7 +45,7 @@ config DEBUG_COREDUMP_BACKEND_INTEL_ADSP_MEM_WINDOW
help help
Core dump is done via memory window slot[1]. Core dump is done via memory window slot[1].
It is Intel ADSP memory region shared with xtensa DSP. 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 config DEBUG_COREDUMP_BACKEND_OTHER
bool "Backend subsystem for coredump defined out of tree" 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
depends on DT_HAS_ZEPHYR_IPC_ICMSG_ENABLED depends on DT_HAS_ZEPHYR_IPC_ICMSG_ENABLED
select IPC_SERVICE_ICMSG select IPC_SERVICE_ICMSG
help help
Chosing this backend results in single endpoint implementation based Choosing this backend results in single endpoint implementation based
on circular packet buffer. on circular packet buffer.
config IPC_SERVICE_BACKEND_ICMSG_ME_INITIATOR 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 depends on DT_HAS_ZEPHYR_IPC_ICMSG_ME_INITIATOR_ENABLED
select IPC_SERVICE_ICMSG_ME select IPC_SERVICE_ICMSG_ME
help help
Chosing this backend results in multi endpoint implementation based Choosing this backend results in multi endpoint implementation based
on circular packet buffer. This enables enpoint discovery initiator on circular packet buffer. This enables endpoint discovery initiator
role. role.
config IPC_SERVICE_BACKEND_ICMSG_ME_FOLLOWER 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 depends on DT_HAS_ZEPHYR_IPC_ICMSG_ME_FOLLOWER_ENABLED
select IPC_SERVICE_ICMSG_ME select IPC_SERVICE_ICMSG_ME
help help
Chosing this backend results in multi endpoint implementation based Choosing this backend results in multi endpoint implementation based
on circular packet buffer. This enables enpoint discovery follower on circular packet buffer. This enables endpoint discovery follower
role. role.
rsource "Kconfig.icmsg_me" rsource "Kconfig.icmsg_me"

2
subsys/logging/Kconfig.processing

@ -114,7 +114,7 @@ config LOG_PROCESS_THREAD_PRIORITY
depends on LOG_PROCESS_THREAD_CUSTOM_PRIORITY depends on LOG_PROCESS_THREAD_CUSTOM_PRIORITY
help help
The priority of the log processing thread. 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 endif # LOG_PROCESS_THREAD

2
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 depends on EC_HC_LOG_LEVEL_DBG
help help
Every command is logged with the debug logging level. Use this config 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. other command parameters.
config EC_HOST_CMD_LOG_SUPPRESSED_NUMBER config EC_HOST_CMD_LOG_SUPPRESSED_NUMBER

4
subsys/mgmt/mcumgr/smp/Kconfig

@ -31,7 +31,7 @@ config MCUMGR_SMP_CBOR_MIN_DECODING_LEVELS
help help
Minimal decoding levels, map/list encapsulation, required Minimal decoding levels, map/list encapsulation, required
to be supported by zcbor decoding of SMP responses 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 A group or command that adds additional maps/lists above the
base map, which is already taken into account, should base map, which is already taken into account, should
select one of the MCUMGR_SMP_CBOR_MIN_DECODING_LEVEL_?. select one of the MCUMGR_SMP_CBOR_MIN_DECODING_LEVEL_?.
@ -87,7 +87,7 @@ config MCUMGR_SMP_CBOR_MIN_ENCODING_LEVELS
help help
Minimal encoding levels, map/list encapsulation, required Minimal encoding levels, map/list encapsulation, required
to be supported by zcbor encoding of SMP responses 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 A group or command that adds additional maps/lists above the
base map, which is already taken into account, should base map, which is already taken into account, should
select one of the MCUMGR_SMP_CBOR_MIN_ENCODING_LEVEL_?. select one of the MCUMGR_SMP_CBOR_MIN_ENCODING_LEVEL_?.

Loading…
Cancel
Save