mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Kconfig: EXPERIMENTAL: Add help text and change prompt label
This commit is contained in:
committed by
Xiang Xiao
parent
5cedf1ef2a
commit
9b56bb86da
@@ -66,7 +66,12 @@ endmenu # License Setup
|
|||||||
menu "Build Setup"
|
menu "Build Setup"
|
||||||
|
|
||||||
config EXPERIMENTAL
|
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
|
config DEFAULT_SMALL
|
||||||
bool "Default to smallest size"
|
bool "Default to smallest size"
|
||||||
|
|||||||
Reference in New Issue
Block a user