You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/09/08 15:37:55 UTC

[incubator-nuttx] branch master updated: Kconfig: EXPERIMENTAL: Add help text and change prompt label

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b56bb86da Kconfig: EXPERIMENTAL: Add help text and change prompt label
9b56bb86da is described below

commit 9b56bb86da83fde6cd73e0c1634775ec09c2d740
Author: Nathan Hartman <59...@users.noreply.github.com>
AuthorDate: Thu Sep 8 09:25:48 2022 -0400

    Kconfig: EXPERIMENTAL: Add help text and change prompt label
---
 Kconfig | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Kconfig b/Kconfig
index 1f9d07e485..13368e9f59 100644
--- a/Kconfig
+++ b/Kconfig
@@ -66,7 +66,12 @@ endmenu # License Setup
 menu "Build Setup"
 
 config EXPERIMENTAL
-	bool "Prompt for development and/or incomplete code/drivers"
+	bool "Show experimental options"
+	---help---
+		Some features and drivers are considered "experimental" or
+		development/work-in-progress status. By default, these options are
+		hidden in the Kconfig menus. Enabling "Show experimental options"
+		makes these options visible and makes it possible to enable them.
 
 config DEFAULT_SMALL
 	bool "Default to smallest size"