From 025f4fdf004538ff6a6325cbdc177bb69f46676d Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Sun, 5 Feb 2023 18:54:40 +0100 Subject: [PATCH] boards/sipeed-longan-nano: improve Kconfig Board-specific configuration not shown any longer directly in the top level menu but within a submenu. --- boards/sipeed-longan-nano/Kconfig | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/boards/sipeed-longan-nano/Kconfig b/boards/sipeed-longan-nano/Kconfig index 21b4ecaba0..c4bae61e5d 100644 --- a/boards/sipeed-longan-nano/Kconfig +++ b/boards/sipeed-longan-nano/Kconfig @@ -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"