summaryrefslogblamecommitdiffstats
path: root/Kconfig
blob: 3b733722a0ab64f50d88f848a0395f9ac86eaa96 (plain) (tree)
1
2
3
4
5
6
7
8
9


                           
                 

       


                                      







                                       


                                      







                         


                                 















                                 

                                           
                         







                            


                                          









                           




                                      
 

            



                                    
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
	bool "Twit soem short messages"
	option twit
	default n

if TWIT
	config TWIT_DEFAULT_FILE
	string "Default file location"
	default "twit/twit.txt"
endif

menuconfig DOORGAMES
	bool "Door games"
	option doorgames
	default n

if DOORGAMES
	config DOOR_DEFAULT_DIR
	string "Default game dir"
	default "door"
endif

menuconfig BOARD
	bool "Messaging board"
	option board
	default n

if BOARD
endif

menuconfig LOGIN
	bool "User login support"
	option login
	default n

if LOGIN
	config USER_DEFAULT_DIR
	string "Defaul user data directory"
	default "./users"
endif

menuconfig ARTICLES
	bool "Read articles"
	option articles
	default y

if ARTICLES
	config ARTICLES_DEFAULT_DIR
	string "Default article directory"
	default "./articles/"
endif

menuconfig MOTD
	bool "Motd message"
	option motd
	default y

if MOTD
endif

menuconfig MESSAGING
	bool "Messaging between users"
	option messaging
	default n


if MESSAGING
endif

config CAPTCHA
	bool "Enable simple captcha"
	default y