summaryrefslogtreecommitdiff
path: root/nuttx/tools
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-16 10:58:38 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-16 10:58:38 -0600
commit656b350aa0222f1555978837532e537f6dd4f14c (patch)
treed7ec4c2d798257135cc3cf57553ef2db13176725 /nuttx/tools
parent024168def914d6275c88079882324b74d33420aa (diff)
downloadpx4-nuttx-656b350aa0222f1555978837532e537f6dd4f14c.tar.gz
px4-nuttx-656b350aa0222f1555978837532e537f6dd4f14c.tar.bz2
px4-nuttx-656b350aa0222f1555978837532e537f6dd4f14c.zip
kconfig2html: Exceed original maximum number of selects
Diffstat (limited to 'nuttx/tools')
-rw-r--r--nuttx/tools/kconfig2html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/tools/kconfig2html.c b/nuttx/tools/kconfig2html.c
index ef34e75b2..4b0c0121c 100644
--- a/nuttx/tools/kconfig2html.c
+++ b/nuttx/tools/kconfig2html.c
@@ -58,7 +58,7 @@
#define SCRATCH_SIZE 2048
#define MAX_DEPENDENCIES 100
#define MAX_LEVELS 100
-#define MAX_SELECT 16
+#define MAX_SELECT 64
#define MAX_DEFAULTS 128
#define TAB_SIZE 4
#define VAR_SIZE 80