diff options
author | FreeArtMan <dos21h@gmail.com> | 2014-12-29 11:17:49 +0900 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2014-12-29 11:17:49 +0900 |
commit | 7a794483c75fa6590958dda5ceaf5fb4438c3066 (patch) | |
tree | 9fde594088b1a844f5e4ad2568158f049cdd7981 /Kconfig | |
parent | 0aa0acedcbf8c19ad7049335c7abbb0f71e2cdee (diff) | |
download | microbbs-7a794483c75fa6590958dda5ceaf5fb4438c3066.tar.gz microbbs-7a794483c75fa6590958dda5ceaf5fb4438c3066.zip |
Small fixes, not change any functionality
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" |