Fix Kconfig style

correct block name board
Remove extra TABs
Add comments
This commit is contained in:
simbit18 2024-05-29 15:41:58 +02:00 committed by Alan Carvalho de Assis
parent c06c10f6f3
commit fde641fac9
7 changed files with 111 additions and 109 deletions

View file

@ -377,7 +377,6 @@ config RP2040_PWM2_PHASE_CORRECT
endif # RP2040_PWM2 endif # RP2040_PWM2
config RP2040_PWM3 config RP2040_PWM3
bool "PWM3" bool "PWM3"
---help--- ---help---
@ -711,7 +710,8 @@ choice
bool "RTC (46875 Hz)" bool "RTC (46875 Hz)"
---help--- ---help---
RTC reference clock. The RTC divides this clock to generate a 1 second reference. RTC reference clock. The RTC divides this clock to generate a 1 second reference.
endchoice
endchoice # Source Clock
config RP2040_CLK_GPOUT0_DIVINT config RP2040_CLK_GPOUT0_DIVINT
int "Divisor (Integer)" int "Divisor (Integer)"
@ -761,7 +761,8 @@ choice
bool "RTC (46875 Hz)" bool "RTC (46875 Hz)"
---help--- ---help---
RTC reference clock. The RTC divides this clock to generate a 1 second reference. RTC reference clock. The RTC divides this clock to generate a 1 second reference.
endchoice
endchoice # Source Clock
config RP2040_CLK_GPOUT1_DIVINT config RP2040_CLK_GPOUT1_DIVINT
int "Divisor (Integer)" int "Divisor (Integer)"
@ -811,7 +812,8 @@ choice
bool "RTC (46875 Hz)" bool "RTC (46875 Hz)"
---help--- ---help---
RTC reference clock. The RTC divides this clock to generate a 1 second reference. RTC reference clock. The RTC divides this clock to generate a 1 second reference.
endchoice
endchoice # Source Clock
config RP2040_CLK_GPOUT2_DIVINT config RP2040_CLK_GPOUT2_DIVINT
int "Divisor (Integer)" int "Divisor (Integer)"
@ -861,7 +863,8 @@ choice
bool "RTC (46875 Hz)" bool "RTC (46875 Hz)"
---help--- ---help---
RTC reference clock. The RTC divides this clock to generate a 1 second reference. RTC reference clock. The RTC divides this clock to generate a 1 second reference.
endchoice
endchoice # Source Clock
config RP2040_CLK_GPOUT3_DIVINT config RP2040_CLK_GPOUT3_DIVINT
int "Divisor (Integer)" int "Divisor (Integer)"

View file

@ -3,5 +3,5 @@
# see the file kconfig-language.txt in the NuttX tools repository. # see the file kconfig-language.txt in the NuttX tools repository.
# #
if ARCH_BOARD_IMX9QM_MEK if ARCH_BOARD_IMX93_EVK
endif endif

View file

@ -3,5 +3,5 @@
# see the file kconfig-language.txt in the NuttX tools repository. # see the file kconfig-language.txt in the NuttX tools repository.
# #
if ARCH_BOARD_TWR_K60N512 if ARCH_BOARD_US7032EVB1
endif endif

View file

@ -3,6 +3,6 @@
# see the file kconfig-language.txt in the NuttX tools repository. # see the file kconfig-language.txt in the NuttX tools repository.
# #
if ARCH_BOARD_ESP32H2_GENERIC if ARCH_BOARD_ESP32H2_DEVKIT
endif # ARCH_BOARD_ESP32H2_GENERIC endif # ARCH_BOARD_ESP32H2_DEVKIT

View file

@ -2,4 +2,3 @@
# For a description of the syntax of this configuration file, # For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository. # see the file kconfig-language.txt in the NuttX tools repository.
# #
#