From 37729540c0f1420fe57e94373db17e66654d6308 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Wed, 25 Oct 2023 16:34:37 +0200 Subject: [PATCH] Fix Kconfig style Remove spaces from Kconfig Add comments --- arch/arm/src/at32/Kconfig | 4 ++-- arch/arm64/Kconfig | 6 +++--- boards/arm/stm32/nucleo-f429zi/Kconfig | 2 +- boards/arm/stm32f7/nucleo-144/Kconfig | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/arch/arm/src/at32/Kconfig b/arch/arm/src/at32/Kconfig index f0de0bbc31..5fce0ed654 100644 --- a/arch/arm/src/at32/Kconfig +++ b/arch/arm/src/at32/Kconfig @@ -1086,7 +1086,7 @@ config AT32_JTAG_NOJNTRST_ENABLE config AT32_JTAG_SW_ENABLE bool "Set JTAG-DP disabled and SW-DP enabled" -endchoice +endchoice # JTAG Configuration config AT32_DISABLE_IDLE_SLEEP_DURING_DEBUG bool "Disable IDLE Sleep (WFI) in debug mode" @@ -7131,7 +7131,7 @@ choice config AT32_MII_MCO1 bool "Use MC01 as MII clock" - depends on AT32_AT32F43XX + depends on AT32_AT32F43XX ---help--- Use MCO1 to clock the MII interface. Default: Use MC01 diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 1db0658eb4..0f4d0efb66 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -20,7 +20,7 @@ config ARM64_TOOLCHAIN_CLANG bool "LLVM Clang toolchain" select ARCH_TOOLCHAIN_CLANG -endchoice +endchoice # ARM64 Toolchain Selection choice prompt "ARM64 chip selection" @@ -94,7 +94,7 @@ config ARCH_CHIP_ARM64_CUSTOM ---help--- Select this option if there is no directory for the chip under arch/arm64/src/. -endchoice +endchoice # ARM64 chip selection config ARCH_ARMV8A bool @@ -278,7 +278,7 @@ config ARM64_SEMIHOSTING_HOSTFS_CACHE_COHERENCE ---help--- Flush & Invalidte cache before & after bkpt instruction. -endif +endif # ARM64_SEMIHOSTING_HOSTFS config ARM64_DCACHE_DISABLE bool "Disable DCACHE at __start" diff --git a/boards/arm/stm32/nucleo-f429zi/Kconfig b/boards/arm/stm32/nucleo-f429zi/Kconfig index 2c74ab43bb..f517fa4688 100644 --- a/boards/arm/stm32/nucleo-f429zi/Kconfig +++ b/boards/arm/stm32/nucleo-f429zi/Kconfig @@ -26,7 +26,7 @@ choice other functions on PC6, PC7 STM32F4 - ARDUIONO FUNCTION GPIO + ARDUINO FUNCTION GPIO -- ----- --------- ---- DO RX USART6_RX PG9 D1 TX USART6_TX PG14 diff --git a/boards/arm/stm32f7/nucleo-144/Kconfig b/boards/arm/stm32f7/nucleo-144/Kconfig index 6dd99e8358..3f10dff100 100644 --- a/boards/arm/stm32f7/nucleo-144/Kconfig +++ b/boards/arm/stm32f7/nucleo-144/Kconfig @@ -48,7 +48,7 @@ choice other functions on PC6, PC7 STM32F7 - ARDUIONO FUNCTION GPIO + ARDUINO FUNCTION GPIO -- ----- --------- ---- DO RX USART6_RX PG9 D1 TX USART6_TX PG14