summaryrefslogtreecommitdiff
path: root/apps/examples/nrf24l01_term/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nrf24l01_term/Kconfig')
-rw-r--r--apps/examples/nrf24l01_term/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/examples/nrf24l01_term/Kconfig b/apps/examples/nrf24l01_term/Kconfig
new file mode 100644
index 000000000..59fff2382
--- /dev/null
+++ b/apps/examples/nrf24l01_term/Kconfig
@@ -0,0 +1,11 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config EXAMPLES_NRF24L01TERM
+ bool "Basic nRF24L01 terminal"
+ default n
+
+if EXAMPLES_NRF24L01TERM
+endif