summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index 3dd7275..8c91bc3 100644
--- a/Kconfig
+++ b/Kconfig
@@ -23,6 +23,9 @@ menuconfig DOORGAMES
default n
if DOORGAMES
+ config DOOR_DEFAULT_DIR
+ string "Default game dir"
+ default "door"
endif
menuconfig BOARD
@@ -39,6 +42,9 @@ menuconfig LOGIN
default n
if LOGIN
+ config USER_DEFAULT_DIR
+ string "Defaul user data directory"
+ default "./users"
endif
menuconfig ARTICLES