blob: 0d8d04cd84333adbe455ff6b3f0eb050d03bad0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
## 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
|