summaryrefslogtreecommitdiff
path: root/apps/system/ramtest/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/ramtest/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/ramtest/Kconfig')
-rw-r--r--apps/system/ramtest/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/system/ramtest/Kconfig b/apps/system/ramtest/Kconfig
new file mode 100644
index 000000000..5e7e479f0
--- /dev/null
+++ b/apps/system/ramtest/Kconfig
@@ -0,0 +1,10 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config SYSTEM_RAMTEST
+ bool "RAM Test"
+ default n
+ ---help---
+ Enable a simple RAM test.