Skip to content

Commit 025f4fd

Browse files
committed
boards/sipeed-longan-nano: improve Kconfig
Board-specific configuration not shown any longer directly in the top level menu but within a submenu.
1 parent c9c587e commit 025f4fd

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

boards/sipeed-longan-nano/Kconfig

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@ config BOARD_SIPEED_LONGAN_NANO
2525
select HAVE_MTD_SDCARD_DEFAULT
2626
select MODULE_FATFS_VFS if MODULE_VFS_DEFAULT
2727

28-
config SIPEED_LONGAN_NANO_WITH_TFT
29-
bool "Board with TFT display"
30-
help
31-
Indicates that a Sipeed Longan Nano board with TFT display is used.
28+
menu "Sipeed Longan Nano Board Configuration"
29+
30+
config SIPEED_LONGAN_NANO_WITH_TFT
31+
bool "Board with TFT display"
32+
help
33+
Indicates that a Sipeed Longan Nano board with TFT display is used.
34+
35+
endmenu
3236

3337
source "$(RIOTBOARD)/common/gd32v/Kconfig"

0 commit comments

Comments
 (0)