mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 07:28:38 +08:00
Fix Kconfig style
correct block name board Remove extra TABs Add comments
This commit is contained in:
parent
c06c10f6f3
commit
fde641fac9
7 changed files with 111 additions and 109 deletions
|
@ -377,7 +377,6 @@ config RP2040_PWM2_PHASE_CORRECT
|
|||
|
||||
endif # RP2040_PWM2
|
||||
|
||||
|
||||
config RP2040_PWM3
|
||||
bool "PWM3"
|
||||
---help---
|
||||
|
@ -711,7 +710,8 @@ choice
|
|||
bool "RTC (46875 Hz)"
|
||||
---help---
|
||||
RTC reference clock. The RTC divides this clock to generate a 1 second reference.
|
||||
endchoice
|
||||
|
||||
endchoice # Source Clock
|
||||
|
||||
config RP2040_CLK_GPOUT0_DIVINT
|
||||
int "Divisor (Integer)"
|
||||
|
@ -761,7 +761,8 @@ choice
|
|||
bool "RTC (46875 Hz)"
|
||||
---help---
|
||||
RTC reference clock. The RTC divides this clock to generate a 1 second reference.
|
||||
endchoice
|
||||
|
||||
endchoice # Source Clock
|
||||
|
||||
config RP2040_CLK_GPOUT1_DIVINT
|
||||
int "Divisor (Integer)"
|
||||
|
@ -811,7 +812,8 @@ choice
|
|||
bool "RTC (46875 Hz)"
|
||||
---help---
|
||||
RTC reference clock. The RTC divides this clock to generate a 1 second reference.
|
||||
endchoice
|
||||
|
||||
endchoice # Source Clock
|
||||
|
||||
config RP2040_CLK_GPOUT2_DIVINT
|
||||
int "Divisor (Integer)"
|
||||
|
@ -861,7 +863,8 @@ choice
|
|||
bool "RTC (46875 Hz)"
|
||||
---help---
|
||||
RTC reference clock. The RTC divides this clock to generate a 1 second reference.
|
||||
endchoice
|
||||
|
||||
endchoice # Source Clock
|
||||
|
||||
config RP2040_CLK_GPOUT3_DIVINT
|
||||
int "Divisor (Integer)"
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||
#
|
||||
|
||||
if ARCH_BOARD_IMX9QM_MEK
|
||||
if ARCH_BOARD_IMX93_EVK
|
||||
endif
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||
#
|
||||
|
||||
if ARCH_BOARD_TWR_K60N512
|
||||
if ARCH_BOARD_US7032EVB1
|
||||
endif
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
# 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
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
# For a description of the syntax of this configuration file,
|
||||
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||
#
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue