44# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55#
66
7- config ALIRO_CREDENTIAL_ISSUER_MAX_STORED_KEYS
7+ config DOOR_LOCK_ACCESS_MANAGER_CREDENTIAL_ISSUER_MAX_STORED_KEYS
88 int "Maximum number of stored Credential Issuer public keys"
99 default 5 if DOOR_LOCK_STEP_UP_PHASE
1010 default 0
@@ -15,17 +15,17 @@ config ALIRO_CREDENTIAL_ISSUER_MAX_STORED_KEYS
1515 public key is used to verify the signature of the access document.
1616 If this option is set to 0, the access document is not supported.
1717
18- config ALIRO_ACCESS_MANAGER_MAX_STORED_KEYS
18+ config DOOR_LOCK_ACCESS_MANAGER_ACCESS_CREDENTIAL_MAX_STORED_KEYS
1919 int "Maximum number of stored public keys"
2020 default 5
2121 help
2222 Specifies the maximum number of public keys that can be
2323 stored in the AccessManager. This determines the size of
2424 the statically allocated array for key storage.
2525
26- if ALIRO_BLE_UWB
26+ if DOOR_LOCK_BLE_UWB
2727
28- config ALIRO_ACCESS_MANAGER_MAX_ALLOWED_DISTANCE_CM
28+ config DOOR_LOCK_ACCESS_MANAGER_MAX_ALLOWED_DISTANCE_CM
2929 int "Maximum allowed distance for granting access (cm)"
3030 default 100
3131 help
@@ -34,33 +34,33 @@ config ALIRO_ACCESS_MANAGER_MAX_ALLOWED_DISTANCE_CM
3434 This is used to determine if the Aliro User Device
3535 is within the allowed proximity range.
3636
37- choice ALIRO_ACCESS_MANAGER_TERMINATE_SESSION
37+ choice DOOR_LOCK_ACCESS_MANAGER_TERMINATE_SESSION
3838 prompt "Terminate session on given condition"
39- default ALIRO_ACCESS_MANAGER_TERMINATE_SESSION_ON_TIMEOUT
39+ default DOOR_LOCK_ACCESS_MANAGER_TERMINATE_SESSION_ON_TIMEOUT
4040 help
4141 Select the condition under which the AccessManager will
4242 terminate the current Aliro session.
4343
44- config ALIRO_ACCESS_MANAGER_TERMINATE_SESSION_ON_ACCESS_GRANTED
44+ config DOOR_LOCK_ACCESS_MANAGER_TERMINATE_SESSION_ON_ACCESS_GRANTED
4545 bool "Terminate the session if the access was granted"
4646 help
4747 If enabled, the AccessManager will terminate each
4848 session immediately when an access is granted.
4949
50- config ALIRO_ACCESS_MANAGER_TERMINATE_SESSION_ON_TIMEOUT
50+ config DOOR_LOCK_ACCESS_MANAGER_TERMINATE_SESSION_ON_TIMEOUT
5151 bool "Terminate session on timeout"
5252 help
5353 If enabled, the AccessManager will terminate each ongoing
54- session if it times out according to ALIRO_ACCESS_MANAGER_SESSION_TIMEOUT_MS .
54+ session if it times out according to DOOR_LOCK_ACCESS_MANAGER_SESSION_TIMEOUT_MS .
5555
5656endchoice
5757
58- if ALIRO_ACCESS_MANAGER_TERMINATE_SESSION_ON_TIMEOUT
58+ if DOOR_LOCK_ACCESS_MANAGER_TERMINATE_SESSION_ON_TIMEOUT
5959
60- config ALIRO_ACCESS_MANAGER_SESSION_TIMEOUT_MS
60+ config DOOR_LOCK_ACCESS_MANAGER_SESSION_TIMEOUT_MS
6161 int "Session timeout in milliseconds"
6262 default 10000
6363
6464endif
6565
66- endif # ALIRO_BLE_UWB
66+ endif # DOOR_LOCK_BLE_UWB
0 commit comments