summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index 3e5af48..3dd7275 100644
--- a/Kconfig
+++ b/Kconfig
@@ -1,8 +1,12 @@
menuconfig TODO
bool "List of todo"
option todo
+ default y
if TODO
+ config TODO_DEFAULT_FILE
+ string "Default file location"
+ default "todo/todo.txt"
endif
menuconfig TWIT
@@ -53,7 +57,14 @@ menuconfig MOTD
if MOTD
endif
+menuconfig MESSAGING
+ bool "Messaging between users"
+ option messaging
+ default n
+
+if MESSAGING
+endif
config CAPTCHA
bool "Enable simple captcha"