summaryrefslogtreecommitdiff
path: root/example/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'example/Kconfig')
-rw-r--r--example/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/example/Kconfig b/example/Kconfig
new file mode 100644
index 0000000..11c2de0
--- /dev/null
+++ b/example/Kconfig
@@ -0,0 +1,8 @@
+mainmenu "Example Program Configuration"
+
+config FIB_NUMBER
+ int "Fibonacci Number"
+ default 9
+ help
+ Which Fibonacci number you would like.
+