summaryrefslogtreecommitdiffstats
path: root/Kconfig
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-06-09 17:51:57 +0300
committerFreeArtMan <dos21h@gmail.com>2015-06-09 17:51:57 +0300
commit712439932ce9ac04fa6354cd4603046232121974 (patch)
tree26b9db563fd09d353add5ea4abdddd0d3b1edacb /Kconfig
parent5e5e5b1cbcb98eda7e0c52a367c66b944b480eda (diff)
downloadmicrobbs-712439932ce9ac04fa6354cd4603046232121974.tar.gz
microbbs-712439932ce9ac04fa6354cd4603046232121974.zip
Added twitting messages
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index 7ab7a51..157b524 100644
--- a/Kconfig
+++ b/Kconfig
@@ -15,6 +15,9 @@ menuconfig TWIT
default n
if TWIT
+ config TWIT_DEFAULT_FILE
+ string "Default file location"
+ default "twit/twit.txt"
endif
menuconfig DOORGAMES
@@ -44,7 +47,7 @@ menuconfig LOGIN
if LOGIN
config USER_DEFAULT_DIR
string "Defaul user data directory"
- default "./users/"
+ default "./users"
endif
menuconfig ARTICLES