summaryrefslogtreecommitdiffstats
path: root/Kconfig
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2014-12-29 11:17:49 +0900
committerFreeArtMan <dos21h@gmail.com>2014-12-29 11:17:49 +0900
commit7a794483c75fa6590958dda5ceaf5fb4438c3066 (patch)
tree9fde594088b1a844f5e4ad2568158f049cdd7981 /Kconfig
parent0aa0acedcbf8c19ad7049335c7abbb0f71e2cdee (diff)
downloadmicrobbs-7a794483c75fa6590958dda5ceaf5fb4438c3066.tar.gz
microbbs-7a794483c75fa6590958dda5ceaf5fb4438c3066.zip
Small fixes, not change any functionality
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"