summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
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 /apps/ChangeLog.txt
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 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index be52ac6b4..36a7fbc5c 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -840,3 +840,6 @@
* CONFIG_DISABLE_PSEUDOFS_OPERATIONS: This new configuration setting
basically backs out the recent changes to mv, rm, mkdir, and rmdir
(2014-2-20).
+ * nshlib/Kconfig: Use CONFIG_DEFAULT_SMALL in selecting default
+ settings (2014-2-20).
+