mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
24 lines
648 B
Plaintext
24 lines
648 B
Plaintext
# Copyright (c) 2021 HAW Hamburg
|
|
#
|
|
# This file is subject to the terms and conditions of the GNU Lesser
|
|
# General Public License v2.1. See the file LICENSE in the top level
|
|
# directory for more details.
|
|
#
|
|
|
|
menu "PSA Key Management Configuration"
|
|
|
|
config PSA_PROTECTED_KEY_COUNT
|
|
int "Specifies number of allocated protected key slots"
|
|
default 5 if USEMODULE_PSA_SECURE_ELEMENT
|
|
default 0
|
|
|
|
config PSA_ASYMMETRIC_KEYPAIR_COUNT
|
|
int "Specifies number of allocated key pair slots"
|
|
default 0
|
|
|
|
config PSA_SINGLE_KEY_COUNT
|
|
int "Specifies number of allocated single key slots"
|
|
default 0
|
|
|
|
endmenu # PSA Key Management Configuration
|