From 7a794483c75fa6590958dda5ceaf5fb4438c3066 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Mon, 29 Dec 2014 11:17:49 +0900 Subject: Small fixes, not change any functionality --- Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Kconfig') 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" -- cgit v1.2.3