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