summaryrefslogtreecommitdiff
path: root/apps/examples/modbus/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/modbus/Kconfig')
-rw-r--r--apps/examples/modbus/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/examples/modbus/Kconfig b/apps/examples/modbus/Kconfig
new file mode 100644
index 000000000..4519ed2e3
--- /dev/null
+++ b/apps/examples/modbus/Kconfig
@@ -0,0 +1,13 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config EXAMPLES_MODBUS
+ bool "FreeModBus example"
+ default n
+ ---help---
+ Enable the FreeModBus example
+
+if EXAMPLES_MODBUS
+endif