Fix Kconfig style

Remove spaces from Kconfig
Add comments
This commit is contained in:
simbit18 2023-10-25 16:34:37 +02:00 committed by Xiang Xiao
parent fa7d0bbd45
commit 37729540c0
4 changed files with 7 additions and 7 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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