summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/eltan/security/Kconfig
blob: 45a6fba7e647e5e525db2f1c6d892ee34a3b30e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
##
##
## SPDX-License-Identifier: GPL-2.0-only

config USE_VENDORCODE_ELTAN
	bool

if USE_VENDORCODE_ELTAN

menu "Eltan Security Settings"

source "src/vendorcode/eltan/security/mboot/Kconfig"
source "src/vendorcode/eltan/security/verified_boot/Kconfig"

endmenu

endif