summaryrefslogtreecommitdiff
path: root/nuttx/tools/cfgdefine.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-06 11:19:05 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-06 11:19:05 -0600
commit054d97740b3bdb2b38d001605dd43177d2539ec0 (patch)
tree8aba2277ed2fe2aad8e49cbdf947765c43e5254a /nuttx/tools/cfgdefine.c
parent97d0749f8f2265f449302b4d4f131a9a7cca86dd (diff)
downloadnuttx-054d97740b3bdb2b38d001605dd43177d2539ec0.tar.gz
nuttx-054d97740b3bdb2b38d001605dd43177d2539ec0.tar.bz2
nuttx-054d97740b3bdb2b38d001605dd43177d2539ec0.zip
configs/rgmp/arm/default: Configuration converted to use the kconfig-frontends tools
Diffstat (limited to 'nuttx/tools/cfgdefine.c')
-rw-r--r--nuttx/tools/cfgdefine.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/tools/cfgdefine.c b/nuttx/tools/cfgdefine.c
index e25301aca..8567e3292 100644
--- a/nuttx/tools/cfgdefine.c
+++ b/nuttx/tools/cfgdefine.c
@@ -70,6 +70,10 @@ static const char *dequote_list[] =
"CONFIG_PASS1_OBJECT", /* Pass1 build object */
"CONFIG_DEBUG_OPTLEVEL", /* Custom debug level */
+ /* RGMP */
+
+ "CONFIG_RGMP_SUBARCH", /* RGMP sub-architecture */
+
/* NxWidgets/NxWM */
"CONFIG_NXWM_BACKGROUND_IMAGE", /* Name of bitmap image class */