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:
parent
c9c587ee00
commit
025f4fdf00
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user