summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-20 18:49:45 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-20 18:49:45 -0600
commit727509679b5b4b77e062d1a2a0b7e233853ddc6c (patch)
treeb0ced25744a03b96bb588dd1642816a9e47052d4 /nuttx/Kconfig
parentfd56877c0a3a22fa5218dfa3df2799c914e17162 (diff)
downloadnuttx-727509679b5b4b77e062d1a2a0b7e233853ddc6c.tar.gz
nuttx-727509679b5b4b77e062d1a2a0b7e233853ddc6c.tar.bz2
nuttx-727509679b5b4b77e062d1a2a0b7e233853ddc6c.zip
Add CONFIG_DEFAULT_SMALL that will select default values for configuration settings based upon either more features or smaller footprint. Turns out not be be useful for modifying existing defconfig files because the defaults do not apply in that case
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 1bf91e2a5..e4667d045 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -21,6 +21,19 @@ menu "Build Setup"
config EXPERIMENTAL
bool "Prompt for development and/or incomplete code/drivers"
+config DEFAULT_SMALL
+ bool "Default to smallest size"
+ default n
+ ---help---
+ When options are present, the default value for certain options will
+ be the one the results in the smallest size (at a loss of featurs).
+ The default is a fuller feature set at a larger size.
+
+ NOTE: This option does not prevent you from overriding the default
+ to select another alternative. Nor does it affect the settings that
+ have already been selected in your configuration file. This applies
+ only to new settings that require a default value.
+
choice
prompt "Build Host Platform"
default HOST_LINUX