1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/sipeed-longan-nano: improve Kconfig

Board-specific configuration not shown any longer directly in the top level menu but within a submenu.
This commit is contained in:
Gunar Schorcht 2023-02-05 18:54:40 +01:00
parent c9c587ee00
commit 025f4fdf00

View File

@ -25,9 +25,13 @@ config BOARD_SIPEED_LONGAN_NANO
select HAVE_MTD_SDCARD_DEFAULT
select MODULE_FATFS_VFS if MODULE_VFS_DEFAULT
config SIPEED_LONGAN_NANO_WITH_TFT
bool "Board with TFT display"
help
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"
help
Indicates that a Sipeed Longan Nano board with TFT display is used.
endmenu
source "$(RIOTBOARD)/common/gd32v/Kconfig"