2023-08-29 18:43:32 +02:00
|
|
|
# Copyright (c) 2022 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.
|
|
|
|
#
|
|
|
|
|
2024-03-26 10:41:15 +01:00
|
|
|
if USEMODULE_PSA_SECURE_ELEMENT
|
2023-08-29 18:43:32 +02:00
|
|
|
|
|
|
|
config PSA_MAX_SE_COUNT
|
|
|
|
int
|
2024-03-26 10:41:15 +01:00
|
|
|
prompt "Maximum number of secure elements" if USEMODULE_PSA_SECURE_ELEMENT_MULTIPLE
|
|
|
|
range 2 255 if USEMODULE_PSA_SECURE_ELEMENT_MULTIPLE
|
2023-08-29 18:43:32 +02:00
|
|
|
range 1 255
|
|
|
|
|
2024-03-26 10:41:15 +01:00
|
|
|
endif # USEMODULE_PSA_SECURE_ELEMENT
|