From 7d770cc270d1e3f73899309ca4a2ac9a1739ffcc Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 11 Apr 2012 18:12:03 +0000 Subject: 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 --- apps/system/Kconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'apps/system/Kconfig') 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 -- cgit v1.2.3