@@ -10,50 +10,14 @@ module-dep = LOG
1010module-help = Enables nRF Connect SDK Door Lock Application log messages.
1111source "$(ZEPHYR_BASE)/subsys/logging/Kconfig.template.log_config"
1212
13- choice DOOR_LOCK_ACCESS_MANAGER_IMPLEMENTATION
14- prompt "Access Manager implementation"
15- default DOOR_LOCK_ACCESS_MANAGER_IMPLEMENTATION_DEFAULT
16-
17- config DOOR_LOCK_ACCESS_MANAGER_IMPLEMENTATION_DEFAULT
18- bool "Access Manager default implementation"
19- help
20- Uses the default implementation of the Access Manager
21- provided by the Door Lock Reference Application.
22-
23- config DOOR_LOCK_ACCESS_MANAGER_IMPLEMENTATION_CUSTOM
24- bool "Access Manager custom implementation"
25- help
26- Uses a custom implementation of the Access Manager.
27- This implementation is based on provided template
28- that can be tailored to specific requirements.
29- endchoice
30-
3113config DOOR_LOCK_CLI
3214 bool "Door Lock CLI support"
33- default y
15+ default y if (!DOOR_LOCK_RELEASE || !CHIP)
3416 select SHELL
3517 select REBOOT
3618 help
3719 Enable support for Door Lock CLI.
3820
39- config DOOR_LOCK_PRINT_READER_GROUP_IDENTIFIER
40- bool "Print reader group identifier that should be provisioned into the User Device"
41- default y
42- help
43- Enable printing of the reader group identifier that should be provisioned into the User Device.
44-
45- config DOOR_LOCK_USE_TEST_READER_IDENTIFIER
46- bool "Use test reader identifier"
47- default y
48- help
49- Initialize the reader Group Identifier and Group Sub Identifier to test values.
50-
51- config DOOR_LOCK_USE_TEST_KEYS
52- bool "Use test keys"
53- default y
54- help
55- Initialize the reader keys to test values.
56-
5721rsource "src/aliro/Kconfig"
5822
5923if DOOR_LOCK_BLE_NUS
0 commit comments