summaryrefslogtreecommitdiff
path: root/apps/system/ramtron/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/ramtron/Kconfig')
-rw-r--r--apps/system/ramtron/Kconfig14
1 files changed, 14 insertions, 0 deletions
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
+