From 9b56bb86da83fde6cd73e0c1634775ec09c2d740 Mon Sep 17 00:00:00 2001 From: Nathan Hartman <59230071+hartmannathan@users.noreply.github.com> Date: Thu, 8 Sep 2022 09:25:48 -0400 Subject: [PATCH] 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 1f9d07e4859..13368e9f599 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"