summaryrefslogtreecommitdiffstats
path: root/apps/osmocomBB/layer1/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/osmocomBB/layer1/Kconfig')
-rw-r--r--apps/osmocomBB/layer1/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/apps/osmocomBB/layer1/Kconfig b/apps/osmocomBB/layer1/Kconfig
new file mode 100644
index 0000000000..de9c2558d0
--- /dev/null
+++ b/apps/osmocomBB/layer1/Kconfig
@@ -0,0 +1,22 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config OSMOCOMBB_LAYER1
+ bool "Layer1 GSM application"
+ default n
+ ---help---
+ Layer1 GSM application
+
+if OSMOCOMBB_LAYER1
+
+config OSMOCOMBB_LAYER1_PROGNAME
+ string "Program name"
+ default "layer1"
+ depends on BUILD_KERNEL
+ ---help---
+ This is the name of the program that will be use when the NSH ELF
+ program is installed.
+
+endif