From a82d39f9a9a5e47ea25532c55a09fd481649a5b7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 3 Oct 2012 23:36:54 +0000 Subject: Delete the apps/vsn directory (moved commands to apps/system) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5208 42af7a65-404d-4744-a932-0658087f49c3 --- apps/system/ramtron/Kconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 apps/system/ramtron/Kconfig (limited to 'apps/system/ramtron/Kconfig') diff --git a/apps/system/ramtron/Kconfig b/apps/system/ramtron/Kconfig new file mode 100644 index 000000000..53d547e5f --- /dev/null +++ b/apps/system/ramtron/Kconfig @@ -0,0 +1,14 @@ +# +# For a description of the syntax of this configuration file, +# see misc/tools/kconfig-language.txt. +# + +config SYSTEM_RAMTRON + bool "RAMTRON command" + default n + ---help--- + Enable support for the NSH RAMTRON command. + +if SYSTEM_RAMTRON +endif + -- cgit v1.2.3