Fix Kconfig style

Remove spaces from Kconfig files
Add TABs
Replace help => ---help---
Remove extra TABs
This commit is contained in:
simbit18
2024-07-11 17:48:17 +02:00
committed by archer
parent d2347aea2f
commit f12c4e05cc
8 changed files with 22 additions and 22 deletions
+6 -6
View File
@@ -2500,12 +2500,12 @@ config DEBUG_OPT_UNUSED_SECTIONS
linking with " --gc-sections ". linking with " --gc-sections ".
config DEBUG_LINK_WHOLE_ARCHIVE config DEBUG_LINK_WHOLE_ARCHIVE
bool "Force every object to be included in the resulting shared library." bool "Force every object to be included in the resulting shared library."
default n default n
depends on DEBUG_OPT_UNUSED_SECTIONS depends on DEBUG_OPT_UNUSED_SECTIONS
---help--- ---help---
Selecting this option will pass "--whole-archive" to ld Selecting this option will pass "--whole-archive" to ld
when linking NuttX ELF. when linking NuttX ELF.
config DEBUG_LINK_MAP config DEBUG_LINK_MAP
bool "Generate link map file" bool "Generate link map file"
+1 -1
View File
@@ -6,7 +6,7 @@
menu "Peripheral Support" menu "Peripheral Support"
config CXD32_UART0 config CXD32_UART0
bool "UART0" bool "UART0"
default y default y
select UART0_SERIALDRIVER select UART0_SERIALDRIVER
select ARCH_HAVE_SERIAL_TERMIOS select ARCH_HAVE_SERIAL_TERMIOS
+4 -4
View File
@@ -298,11 +298,11 @@ choice
default STM32H7_PWR_DEFAULT_SUPPLY default STM32H7_PWR_DEFAULT_SUPPLY
depends on STM32H7_HAVE_SMPS && !STM32H7_HAVE_PWR_DIRECT_SMPS_SUPPLY depends on STM32H7_HAVE_SMPS && !STM32H7_HAVE_PWR_DIRECT_SMPS_SUPPLY
---help--- ---help---
The STM32H7x5 and STM32H7x7 support power supply configrations for the VCORE core domain and an external supply, The STM32H7x5 and STM32H7x7 support power supply configrations for the VCORE core domain and an external supply,
by configuring the SMPS step-down converter and voltage regulator. by configuring the SMPS step-down converter and voltage regulator.
Note:The SMPS step-down converter is not available on all packages. Note:The SMPS step-down converter is not available on all packages.
Currenlty the only supported modes are Direct SMPS supply and LDO supply. Currenlty the only supported modes are Direct SMPS supply and LDO supply.
config STM32H7_PWR_DEFAULT_SUPPLY config STM32H7_PWR_DEFAULT_SUPPLY
bool "Default" bool "Default"
+1 -1
View File
@@ -233,7 +233,7 @@ config IMX9_SERIAL_RXDMA_BUFFER_SIZE
int "RX DMA buffer size" int "RX DMA buffer size"
default 64 default 64
depends on LPUART1_RXDMA || LPUART2_RXDMA || LPUART3_RXDMA || LPUART4_RXDMA || \ depends on LPUART1_RXDMA || LPUART2_RXDMA || LPUART3_RXDMA || LPUART4_RXDMA || \
LPUART5_RXDMA || LPUART6_RXDMA || LPUART7_RXDMA || LPUART8_RXDMA LPUART5_RXDMA || LPUART6_RXDMA || LPUART7_RXDMA || LPUART8_RXDMA
---help--- ---help---
The DMA buffer size when using RX DMA to emulate a FIFO. The DMA buffer size when using RX DMA to emulate a FIFO.
+1 -1
View File
@@ -414,7 +414,7 @@ config ESPRESSIF_XTWDT_TIMEOUT
depends on ESPRESSIF_XTWDT depends on ESPRESSIF_XTWDT
range 1 255 range 1 255
default 200 default 200
help ---help---
Timeout period configuration for the XTAL32K watchdog timer based on RTC_CLK. Timeout period configuration for the XTAL32K watchdog timer based on RTC_CLK.
config ESPRESSIF_XTWDT_BACKUP_CLK_ENABLE config ESPRESSIF_XTWDT_BACKUP_CLK_ENABLE
+2 -2
View File
@@ -14,13 +14,13 @@ config K230_RPTUN_SHM_ADDR
hex "RPTUN share memory address" hex "RPTUN share memory address"
default 0x80200000 default 0x80200000
---help--- ---help---
RPTUN shared memory start address. RPTUN shared memory start address.
config K230_RPTUN_SHM_SIZE config K230_RPTUN_SHM_SIZE
int "RPTUN share memory size" int "RPTUN share memory size"
default 32768 default 32768
---help--- ---help---
RPTUN shared memory size in bytes. RPTUN shared memory size in bytes.
config K230_RPTUN_IPI_DEV config K230_RPTUN_IPI_DEV
int "IPI device num for RPTUN purpose" int "IPI device num for RPTUN purpose"
+6 -6
View File
@@ -231,12 +231,12 @@ config SIM_NETDEV_VPNKIT
endchoice endchoice
config SIM_NETDEV_MTU config SIM_NETDEV_MTU
int "The MTU of Simulated Network Device" int "The MTU of Simulated Network Device"
default 1500 default 1500
range 1280 65535 if NET_IPv6 range 1280 65535 if NET_IPv6
range 576 65535 if !NET_IPv6 range 576 65535 if !NET_IPv6
---help--- ---help---
The MTU of the network devices. The MTU of the network devices.
config SIM_NETDEV_NUMBER config SIM_NETDEV_NUMBER
int "Number of Simulated Network Device" int "Number of Simulated Network Device"
+1 -1
View File
@@ -119,7 +119,7 @@ config PM_GOVERNOR_STABILITY_SLEEP_THRESH
only if remained for >=(ticks), allow goto sleep state. only if remained for >=(ticks), allow goto sleep state.
set to 0 disable stability check for sleep state. set to 0 disable stability check for sleep state.
endif # PM_GOVERNOR_STABILITY endif # PM_GOVERNOR_STABILITY
if PM_GOVERNOR_ACTIVITY if PM_GOVERNOR_ACTIVITY