Fix Kconfig style

Remove extra TABs
Remove spaces from Kconfig
Add comments
This commit is contained in:
simbit18 2023-11-08 12:15:38 +01:00 committed by Xiang Xiao
parent 68a0621b39
commit 8fa6a29503
8 changed files with 16 additions and 18 deletions

View File

@ -10,7 +10,6 @@ choice
default ARCH_CHIP_AT32F437VM
depends on ARCH_CHIP_AT32
config ARCH_CHIP_AT32F437VM
bool "AT32F437VM"
select AT32_AT32F43XX
@ -37,7 +36,7 @@ config ARCH_CHIP_AT32F437RG
select AT32_AT32F43XX
select AT32_AT32F437
---help---
AT32F43X 64-pin , 1024KB FLASH, 384KB SRAM
AT32F43X 64-pin , 1024KB FLASH, 384KB SRAM
config ARCH_CHIP_AT32F435VM
bool "AT32F435VM"
@ -1067,7 +1066,6 @@ config AT32_NOEXT_VECTORS
Sometimes you may not need any Vector support beyond SysTick
and wish to save memory. This applies only to ARMv7-M architectures.
choice
prompt "JTAG Configuration"
default AT32_JTAG_DISABLE

View File

@ -183,7 +183,7 @@ config IMXRT_APP_FORMAT_MCUBOOT
select IMXRT_HAVE_OTA_PARTITION
depends on EXPERIMENTAL
---help---
The MCUboot support of loading the firmware images.
The MCUboot support of loading the firmware images.
comment "MCUboot support depends on CONFIG_EXPERIMENTAL"
depends on !EXPERIMENTAL

View File

@ -1092,13 +1092,13 @@ choice
TRAILING EDGE: The signal is single-ended.
If bit NON_OVERLAP is cleared, the signal is sent to
CLASSD_L0 and CLASSD_R0.
If bit NON_OVERLAP is set, the signal is sent to
CLASSD_L0/L1 and CLASSD_R0/R1.
UNIFORM: The signal is differential.
If bit NON_OVERLAP is cleared, the signal is sent to
CLASSD_L0/L2 and CLASSD_R0/R2.
If bit NON_OVERLAP is set, the signal is sent to
CLASSD_L0/L1/L2/L3 and CLASSD_R0/R1/R2/R3.
@ -1109,7 +1109,7 @@ config SAMA5D2_CLASSD_PWM_UNIFORM
bool "Uniform"
endchoice # Class D PWM Modulation Type
config SAMA5D2_CLASSD_NON_OVERLAP_MODE
bool "Non-overlapping Circuit Enable (NON_OVERLAP)"
default n

View File

@ -865,7 +865,7 @@ comment "General storage MTD configuration"
config ESP32S2_MTD
bool "MTD driver"
default y
default y
select MTD
select MTD_BYTE_WRITE
select MTD_PARTITION

View File

@ -1721,7 +1721,7 @@ config ARCH_BOARD_LINUM_STM32H753BI
select ARCH_HAVE_BUTTONS
---help---
The Linum board is based on the STMicro STM32H753BI MCU.
config ARCH_BOARD_NUCLEO_L152RE
bool "STM32L152 Nucleo L152RE"
depends on ARCH_CHIP_STM32L152RE
@ -3064,7 +3064,7 @@ config ARCH_BOARD
default "esp32-pico-kit" if ARCH_BOARD_ESP32_PICO_KIT
default "esp32-sparrow-kit" if ARCH_BOARD_ESP32_SPARROWKIT
default "esp32-wrover-kit" if ARCH_BOARD_ESP32_WROVERKIT
default "esp32-2432S028" if ARCH_BOARD_ESP32_2432S028
default "esp32-2432S028" if ARCH_BOARD_ESP32_2432S028
default "esp32c3-devkit" if ARCH_BOARD_ESP32C3_DEVKIT
default "esp32c3-devkit-rust-1" if ARCH_BOARD_ESP32C3_DEVKIT_RUST1
default "esp32c3-generic" if ARCH_BOARD_ESP32C3_GENERIC
@ -3337,7 +3337,7 @@ config ARCH_BOARD
default "xx3823" if ARCH_BOARD_XX3823
default "s698pm-dkit" if ARCH_BOARD_S698PM_DKIT
default "hpm6750evk2" if ARCH_BOARD_HPM6750EVK2
default "at32f437-mini" if ARCH_BOARD_AT32F437_MINI
default "at32f437-mini" if ARCH_BOARD_AT32F437_MINI
comment "Common Board Options"
@ -4271,7 +4271,7 @@ config ARCH_BOARD_COMMON
bool "Board common logic"
default n
---help---
Board common logic located in each board/common folder.
Board common logic located in each board/common folder.
if ARCH_BOARD_COMMON
if ARCH_CHIP_ESP32

View File

@ -67,8 +67,8 @@ config LITEX_APPLICATION_RAMDISK
bool "Use application ramdisk"
depends on BUILD_KERNEL
---help---
The application ramdisk is currently only intended only to hold
The application ramdisk is currently only intended only to hold
application elfs in the romfs format. These applications must loaded
externally into ram through litex_term, or similar method.
endif
endif # ARCH_BOARD_ARTY_A7

View File

@ -57,6 +57,6 @@ config ESP32S3_EYE_LCD
select LCD_DEV
select LCD_ST7789
---help---
Enable board LCD support, IC is LCD_ST7789V.
Enable board LCD support, IC is LCD_ST7789V.
endif # ARCH_BOARD_ESP32S3_EYE

View File

@ -58,7 +58,7 @@ config ESP32S3_BOARD_IOEXPANDER
default n
depends on ESP32S3_BOARD_I2C
---help---
Enable board IO expander support, IC is TC9554.
Enable board IO expander support, IC is TC9554.
config ESP32S3_BOARD_LCD
bool "Enable Board LCD"
@ -66,13 +66,13 @@ config ESP32S3_BOARD_LCD
depends on ESP32S3_LCD
select ESP32S3_BOARD_IOEXPANDER
---help---
Enable board LCD support, IC is GC9503CV.
Enable board LCD support, IC is GC9503CV.
config ESP32S3_BOARD_TOUCHPAD
bool "Enable Board Touchpad"
default n
depends on ESP32S3_BOARD_I2C
---help---
Enable board touchpad support, IC is FT5X06.
Enable board touchpad support, IC is FT5X06.
endif # ARCH_BOARD_ESP32S3_LCD_EV