From 9f46571a0abc4f66c5a26859ed93b885587c8c6b Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 13 Apr 2012 02:14:09 +0000 Subject: update Kconfig files git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4598 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/ostest/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'apps/examples/ostest/Kconfig') diff --git a/apps/examples/ostest/Kconfig b/apps/examples/ostest/Kconfig index ae2bf3130..ca8957993 100644 --- a/apps/examples/ostest/Kconfig +++ b/apps/examples/ostest/Kconfig @@ -2,3 +2,12 @@ # For a description of the syntax of this configuration file, # see misc/tools/kconfig-language.txt. # + +config EXAMPLES_OSTEST + bool "OS test example" + default n + ---help--- + Enable the OS test example + +if EXAMPLES_OSTEST +endif -- cgit v1.2.3