diff options
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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" |