We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c587e commit 025f4fdCopy full SHA for 025f4fd
1 file changed
boards/sipeed-longan-nano/Kconfig
@@ -25,9 +25,13 @@ config BOARD_SIPEED_LONGAN_NANO
25
select HAVE_MTD_SDCARD_DEFAULT
26
select MODULE_FATFS_VFS if MODULE_VFS_DEFAULT
27
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.
+menu "Sipeed Longan Nano Board Configuration"
+
+ config SIPEED_LONGAN_NANO_WITH_TFT
+ bool "Board with TFT display"
32
+ help
33
+ Indicates that a Sipeed Longan Nano board with TFT display is used.
34
35
+endmenu
36
37
source "$(RIOTBOARD)/common/gd32v/Kconfig"
0 commit comments