arch: Fix Kconfig style

Remove spaces from Kconfig
Add TABs
Add comments
This commit is contained in:
simbit18
2025-06-25 15:56:13 +02:00
committed by Xiang Xiao
parent 7d5b9cbb96
commit 4270235bfa
4 changed files with 19 additions and 20 deletions
+4 -4
View File
@@ -24,7 +24,7 @@ config CXD56_FCBGA
config CXD56_WLCSP config CXD56_WLCSP
bool "WLCSP 100 pin package" bool "WLCSP 100 pin package"
endchoice endchoice # CXD56xx package selection
choice choice
prompt "CXD56xx core selection" prompt "CXD56xx core selection"
@@ -36,7 +36,7 @@ config CXD56_MAINCORE
config CXD56_SUBCORE config CXD56_SUBCORE
bool "Sub Core" bool "Sub Core"
endchoice endchoice # CXD56xx core selection
config CXD56_CUSTOM_PINCONFIG config CXD56_CUSTOM_PINCONFIG
bool "Board-specific pin configuration" bool "Board-specific pin configuration"
@@ -178,7 +178,8 @@ config CXD56_TIMER_DIVIDER_16
config CXD56_TIMER_DIVIDER_256 config CXD56_TIMER_DIVIDER_256
bool "Divider 256" bool "Divider 256"
endchoice endchoice # Timer divider selection
endif # CXD56_TIMER endif # CXD56_TIMER
menuconfig CXD56_WDT menuconfig CXD56_WDT
@@ -500,7 +501,6 @@ config CXD56_DMAC_SPI4_RX
bool "DMAC support for SPI4 RX" bool "DMAC support for SPI4 RX"
default n default n
select CXD56_DMAC select CXD56_DMAC
---help--- ---help---
Enables DMAC for SPI4 RX Enables DMAC for SPI4 RX
+3 -3
View File
@@ -45,8 +45,8 @@ config ARCH_CHIP_MPS3_AN547
select ARCH_HAVE_TEXT_HEAP select ARCH_HAVE_TEXT_HEAP
select ARCH_HAVE_DATA_HEAP select ARCH_HAVE_DATA_HEAP
endchoice endchoice # ARM MPS Configuration
endmenu endmenu # MPS Chip Selection
endif endif # ARCH_CHIP_MPS
+4 -5
View File
@@ -660,7 +660,7 @@ config NRF52_RADIO_IEEE802154_TRACE_BUFSIZE
depends on NRF52_RADIO_IEEE802154_TRACE depends on NRF52_RADIO_IEEE802154_TRACE
default 1024 default 1024
endif endif # NRF52_RADIO_IEEE802154
endif #NRF52_RADIO endif #NRF52_RADIO
@@ -836,7 +836,7 @@ config NRF52_SDC_MULTIROLE
config NRF52_SDC_CENTRAL config NRF52_SDC_CENTRAL
bool "BLE Central role" bool "BLE Central role"
endchoice endchoice # BLE Controller role
config NRF52_SDC_CLOCK_ACCURACY config NRF52_SDC_CLOCK_ACCURACY
int "Clock Accuracy [PPM]" int "Clock Accuracy [PPM]"
@@ -882,7 +882,7 @@ config NRF52_SDC_SCAN_BUFFER_COUNT
---help--- ---help---
The minimum allowed number of buffers is 2. The minimum allowed number of buffers is 2.
endif endif # NRF52_SDC_SCANNING
config NRF52_SDC_LE_2M_PHY config NRF52_SDC_LE_2M_PHY
bool "Support LE 2M PHY" bool "Support LE 2M PHY"
@@ -905,5 +905,4 @@ config NRF52_SDC_PUB_ADDR
hex "Configure BT public address" hex "Configure BT public address"
default 0x0000000000 default 0x0000000000
endif endif # NRF52_SOFTDEVICE_CONTROLLER
+8 -8
View File
@@ -3695,14 +3695,14 @@ config STM32F0L0G0_ADC1_EXTSEL
Enable EXTSEL for ADC1. Enable EXTSEL for ADC1.
config STM32F0L0G0_ADC1_CONTINUOUS config STM32F0L0G0_ADC1_CONTINUOUS
bool "Enable ADC1 Continuous Conversion Mode" bool "Enable ADC1 Continuous Conversion Mode"
default n default n
depends on STM32F0L0G0_ADC1 depends on STM32F0L0G0_ADC1
---help--- ---help---
If enabled, the ADC will operate in continuous conversion mode. If enabled, the ADC will operate in continuous conversion mode.
Otherwise, it will perform single conversions. Otherwise, it will perform single conversions.
Note: Continuous and discontinuous mode cannot be defined at Note: Continuous and discontinuous mode cannot be defined at
the same time the same time
endmenu # ADC Configuration endmenu # ADC Configuration