summaryrefslogtreecommitdiff
path: root/apps/system/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-27 00:03:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-27 00:03:25 +0000
commit5ee86601a172384191c3ea92d72785711c7cc201 (patch)
tree6e33b0a28fa60847df651760f7fa97afe6c15e48 /apps/system/Kconfig
parent68cd11bf2a8f0f37e733572ce2bad747c3ee81b3 (diff)
downloadnuttx-5ee86601a172384191c3ea92d72785711c7cc201.tar.gz
nuttx-5ee86601a172384191c3ea92d72785711c7cc201.tar.bz2
nuttx-5ee86601a172384191c3ea92d72785711c7cc201.zip
Add apps/system/ramtest. I will use this for the LPC1788 SDRAM bringup
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5791 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/system/Kconfig')
-rw-r--r--apps/system/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/system/Kconfig b/apps/system/Kconfig
index 6c8651088..8491d34ed 100644
--- a/apps/system/Kconfig
+++ b/apps/system/Kconfig
@@ -15,6 +15,10 @@ menu "FLASH Program Installation"
source "$APPSDIR/system/install/Kconfig"
endmenu
+menu "RAM Test"
+source "$APPSDIR/system/ramtest/Kconfig"
+endmenu
+
menu "readline()"
source "$APPSDIR/system/readline/Kconfig"
endmenu