mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 20:08:15 +08:00
boards: Fix Kconfig style
Remove spaces from Kconfig Add TABs Add comments Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
committed by
Filipe do Ó Cavalcanti
parent
fafbbfe337
commit
4c545f1a63
+3
-3
@@ -2045,7 +2045,7 @@ config ARCH_BOARD_RASPBERRYPI_PICO_W
|
|||||||
config ARCH_BOARD_RASPBERRYPI_4B
|
config ARCH_BOARD_RASPBERRYPI_4B
|
||||||
bool "Raspberry Pi Model 4B"
|
bool "Raspberry Pi Model 4B"
|
||||||
depends on ARCH_CHIP_BCM2711
|
depends on ARCH_CHIP_BCM2711
|
||||||
select ARCH_HAVE_LEDS
|
select ARCH_HAVE_LEDS
|
||||||
---help---
|
---help---
|
||||||
This is a port to the Raspberry Pi Model 4B.
|
This is a port to the Raspberry Pi Model 4B.
|
||||||
|
|
||||||
@@ -3431,7 +3431,7 @@ config ARCH_BOARD_CUSTOM
|
|||||||
Don't see the board you want? You must first select the exact MCU part
|
Don't see the board you want? You must first select the exact MCU part
|
||||||
number, then the boards supporting that part will be available for selection.
|
number, then the boards supporting that part will be available for selection.
|
||||||
|
|
||||||
endchoice
|
endchoice # Select target board
|
||||||
|
|
||||||
if ARCH_BOARD_CUSTOM
|
if ARCH_BOARD_CUSTOM
|
||||||
menu "Custom Board Configuration"
|
menu "Custom Board Configuration"
|
||||||
@@ -3487,7 +3487,7 @@ config BOARD_CUSTOM_INTERRUPT
|
|||||||
select ARCH_PHY_INTERRUPT
|
select ARCH_PHY_INTERRUPT
|
||||||
|
|
||||||
endmenu # Custom Board Configuration
|
endmenu # Custom Board Configuration
|
||||||
endif #ARCH_BOARD_CUSTOM
|
endif # ARCH_BOARD_CUSTOM
|
||||||
|
|
||||||
config ARCH_BOARD
|
config ARCH_BOARD
|
||||||
string
|
string
|
||||||
|
|||||||
Reference in New Issue
Block a user