From 5ee86601a172384191c3ea92d72785711c7cc201 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 27 Mar 2013 00:03:25 +0000 Subject: 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 --- apps/system/ramtest/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 apps/system/ramtest/Kconfig (limited to 'apps/system/ramtest/Kconfig') 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. -- cgit v1.2.3