summaryrefslogtreecommitdiff
path: root/apps/system/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-11 18:12:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-11 18:12:03 +0000
commit7d770cc270d1e3f73899309ca4a2ac9a1739ffcc (patch)
treec6ed698ba446d8c202e564579ce0802d34a61979 /apps/system/Kconfig
parent36e82d637fffd680dfa0e4bbb245231640ac0ba1 (diff)
downloadnuttx-7d770cc270d1e3f73899309ca4a2ac9a1739ffcc.tar.gz
nuttx-7d770cc270d1e3f73899309ca4a2ac9a1739ffcc.tar.bz2
nuttx-7d770cc270d1e3f73899309ca4a2ac9a1739ffcc.zip
Correction to the ZLP fix for the STM32 F4 OTG FS driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4591 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/system/Kconfig')
-rw-r--r--apps/system/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/apps/system/Kconfig b/apps/system/Kconfig
index ae2bf3130..44bf5a2e6 100644
--- a/apps/system/Kconfig
+++ b/apps/system/Kconfig
@@ -2,3 +2,19 @@
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
+
+menu "Custom free memory command"
+source "$APPSDIR/system/free/Kconfig"
+endmenu
+
+menu "I2C tool"
+source "$APPSDIR/system/i2c/Kconfig"
+endmenu
+
+menu "FLASH Program Installation"
+source "$APPSDIR/system/install/Kconfig"
+endmenu
+
+menu "readline() support"
+source "$APPSDIR/system/readline/Kconfig"
+endmenu